Skip to content

Commit

Permalink
Disable non-working help command (use the flag instead)
Browse files Browse the repository at this point in the history
  • Loading branch information
louisroyer committed Jan 31, 2025
1 parent e956137 commit a53130a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ func main() {
Authors: []*cli.Author{
{Name: "Louis Royer"},
},
HideHelpCommand: true,
Flags: []cli.Flag{
&cli.StringFlag{
Name: "config",
Expand Down

0 comments on commit a53130a

Please sign in to comment.