Skip to content

Commit

Permalink
Add categories
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Sverdlov <[email protected]>
  • Loading branch information
sverdlov93 committed May 9, 2024
1 parent e0a5490 commit c0fcd79
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ func execMain() error {
app.Commands = commands
cli.CommandHelpTemplate = commandHelpTemplate
cli.AppHelpTemplate = getAppHelpTemplate()
//cli.SubcommandHelpTemplate = subcommandHelpTemplate
app.CommandNotFound = func(c *cli.Context, command string) {
_, err = fmt.Fprintf(c.App.Writer, "'"+c.App.Name+" "+command+"' is not a jf command. See --help\n")
if err != nil {
Expand Down

0 comments on commit c0fcd79

Please sign in to comment.