Skip to content

Commit fd0ca9d

Browse files
committed
fix handling of plugins
1 parent be1f380 commit fd0ca9d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/root.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ func NewCmdRoot(changelog string) *cobra.Command {
8181
},
8282
ValidArgsFunction: completePlugins,
8383
SilenceUsage: true,
84+
Args: cobra.ArbitraryArgs,
8485
RunE: func(cmd *cobra.Command, args []string) error {
8586
if len(args) == 0 {
8687
return cmd.Help()

0 commit comments

Comments
 (0)