diff --git a/components/cli/required.go b/components/cli/required.go index 9276a5740a..8ee02c8429 100644 --- a/components/cli/required.go +++ b/components/cli/required.go @@ -7,7 +7,7 @@ import ( "github.com/spf13/cobra" ) -// NoArgs validate args and returns an error if there are any args +// NoArgs validates args and returns an error if there are any args func NoArgs(cmd *cobra.Command, args []string) error { if len(args) == 0 { return nil