Skip to content

Commit

Permalink
Update configure-help.js
Browse files Browse the repository at this point in the history
  • Loading branch information
raineorshine committed Mar 29, 2023
1 parent 8b03ab7 commit d6fa037
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/configure-help.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ const program = new commander.Command();

// This example shows a simple use of configureHelp.
// This is used as an example in the README.
// Any method on the Help class can be overridden
// See: https://github.com/tj/commander.js/blob/master/lib/help.js

program.configureHelp({
sortSubcommands: true,
Expand Down

0 comments on commit d6fa037

Please sign in to comment.