We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d96eb5 commit 071e4b8Copy full SHA for 071e4b8
internal/help/help.go
@@ -16,6 +16,7 @@ var CmdHelp = &base.Command{
16
func runHelp(cmd *base.Command, args []string) {
17
if len(args) < 1 {
18
base.Usage()
19
+ return
20
}
21
cmdName := args[0]
22
for _, cmd := range base.Commands {
0 commit comments