Skip to content

Commit cce34e2

Browse files
claytonrcarterprarit
authored andcommitted
fix(token): Show help when no subcommand given
1 parent 6ed0c28 commit cce34e2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cmd/token.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ var tokenCmd = &cobra.Command{
3030
tokenRevokeCmd.Run(cmd, args)
3131
return
3232
}
33+
34+
cmd.Help()
3335
},
3436
}
3537

0 commit comments

Comments
 (0)