We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be1f380 commit fd0ca9dCopy full SHA for fd0ca9d
cmd/root.go
@@ -81,6 +81,7 @@ func NewCmdRoot(changelog string) *cobra.Command {
81
},
82
ValidArgsFunction: completePlugins,
83
SilenceUsage: true,
84
+ Args: cobra.ArbitraryArgs,
85
RunE: func(cmd *cobra.Command, args []string) error {
86
if len(args) == 0 {
87
return cmd.Help()
0 commit comments