fix: explicitly accept non-commands as root args (#1458)

pull/1461/head v1.5.1
nils måsén 2 years ago committed by GitHub
parent 5134e159e2
commit ae8c36f04f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -54,6 +54,7 @@ func NewRootCommand() *cobra.Command {
`,
Run: Run,
PreRun: PreRun,
Args: cobra.ArbitraryArgs,
}
}

Loading…
Cancel
Save