detect unexpected args in flux stats command

Signed-off-by: Kenny Meador <kenny.meador@outlook.com>
This commit is contained in:
Kenny Meador 2024-01-22 19:50:51 -06:00
parent 779156cf9a
commit 1a0d931ab5
No known key found for this signature in database
GPG key ID: 2F468453358294C4

View file

@ -42,6 +42,7 @@ import (
var statsCmd = &cobra.Command{
Use: "stats",
Args: cobra.NoArgs,
Short: "Stats of Flux reconciles",
Long: withPreviewNote(`The stats command prints a report of Flux custom resources present on a cluster,
including their reconcile status and the amount of cumulative storage used for each source type`),