Skip to content

Commit

Permalink
detect unexpected args in flux stats command
Browse files Browse the repository at this point in the history
Signed-off-by: Kenny Meador <[email protected]>

(cherry picked from commit 1a0d931)
  • Loading branch information
Kenny Meador authored and github-actions[bot] committed Jan 23, 2024
1 parent c631a76 commit 148e401
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/flux/stats.go
Original file line number Diff line number Diff line change
Expand Up @@ -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`),
Expand Down

0 comments on commit 148e401

Please sign in to comment.