Skip to content

Commit

Permalink
fix: typoe
Browse files Browse the repository at this point in the history
fixes #198
  • Loading branch information
mdonnalley authored Mar 4, 2024
1 parent 15ac08f commit ad8d0e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/blog/2020-05-05-introducing-custom-help-classes.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ For this example, the help class will be created in a file at "[project root]/sr
From here there are two paths, implement the `HelpBase` abstract class yourself or overwrite the parts of the default `Help` class you want to customize (ex: how command usage is displayed). We recommend the latter approach but cover both in the new [Help Classes docs](../../../../docs/help_classes).


## Separating TOPICS & COMMANDS in the new deafult `Help` class
## Separating TOPICS & COMMANDS in the new default `Help` class

Previously, topics and child commands were listed in help output under a single list heading called "COMMANDS". But we found this can be slightly confusing. Some topics are commands also (a.k.a. topic-commands) while others are simply organizational namespacing (and when ran just show their help).

Expand Down

0 comments on commit ad8d0e1

Please sign in to comment.