Skip to content

Commit 02c603e

Browse files
authored
Add clues about what help configuration is available to help with searches and encourage people to look further (#2294)
1 parent 37e86af commit 02c603e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Readme.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -921,9 +921,11 @@ program.helpCommand('assist [command]', 'show assistance');
921921
### More configuration
922922

923923
The built-in help is formatted using the Help class.
924-
You can configure the Help behaviour by modifying data properties and methods using `.configureHelp()`, or by subclassing using `.createHelp()` if you prefer.
924+
You can configure the help by modifying data properties and methods using `.configureHelp()`, or by subclassing Help using `.createHelp()` .
925925

926-
For more detail see (./docs/help-in-depth.md)
926+
Simple properties include `sortSubcommands`, `sortOptions`, and `showGlobalOptions`. You can add color using the style methods like `styleTitle()`.
927+
928+
For more detail and examples of changing the displayed text, color, and layout see (./docs/help-in-depth.md)
927929

928930
## Custom event listeners
929931

0 commit comments

Comments
 (0)