fix: return "unknown command" instead of "no help topic" error when unknown (sub)command is passed (#316)
Co-authored-by: Sam Lai <samuel.lai@gmail.com>
This commit is contained in:
@ -13,6 +13,7 @@ func newAuthCommand() cli.Command {
|
||||
Name: "auth",
|
||||
Usage: "Authorization management commands",
|
||||
Aliases: []string{"authorization"},
|
||||
Before: middleware.NoArgs,
|
||||
Subcommands: []cli.Command{
|
||||
newCreateCommand(),
|
||||
newDeleteCommand(),
|
||||
|
Reference in New Issue
Block a user