Skip to content

Commit

Permalink
fix: explicitly accept non-commands as root args (#1458)
Browse files Browse the repository at this point in the history
  • Loading branch information
piksel committed Nov 5, 2022
1 parent 5134e15 commit ae8c36f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ func NewRootCommand() *cobra.Command {
`,
Run: Run,
PreRun: PreRun,
Args: cobra.ArbitraryArgs,
}
}

Expand Down

0 comments on commit ae8c36f

Please sign in to comment.