Skip to content

Commit

Permalink
detect unexpected args on flux check command
Browse files Browse the repository at this point in the history
Signed-off-by: Kenny Meador <[email protected]>
  • Loading branch information
Kenny Meador authored and stefanprodan committed Jan 25, 2024
1 parent 40bf47f commit 933cf9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/flux/check.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ import (

var checkCmd = &cobra.Command{
Use: "check",
Args: cobra.NoArgs,
Short: "Check requirements and installation",
Long: withPreviewNote(`The check command will perform a series of checks to validate that
the local environment is configured correctly and if the installed components are healthy.`),
Expand Down

0 comments on commit 933cf9d

Please sign in to comment.