diff --git a/cmd/flux/check.go b/cmd/flux/check.go index 99ecfd8c..6159e3ef 100644 --- a/cmd/flux/check.go +++ b/cmd/flux/check.go @@ -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.`),