Skip to content

Commit 18d5d7f

Browse files
committed
Disable non-working help command (use the flag instead)
1 parent a0b986d commit 18d5d7f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ func main() {
3232
Authors: []*cli.Author{
3333
{Name: "Louis Royer"},
3434
},
35+
HideHelpCommand: true,
3536
Flags: []cli.Flag{
3637
&cli.PathFlag{
3738
Name: "config",

0 commit comments

Comments
 (0)