You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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()` .
925
925
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)
0 commit comments