Skip to content

Commit

Permalink
#235: sort options
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Feb 15, 2024
1 parent 2b48b1f commit b34fe70
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/eoc.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ program
.summary('EO command line toolkit')
.description('EO command-line toolkit (' + version.what + ' built on ' + version.when + ')')
.version(version.what, '-v, --version', 'Output the version number')
.helpOption('-?, --help', 'Print this help information');
.helpOption('-?, --help', 'Print this help information')
.configureHelp({sortOptions: true, sortSubcommands: true});

program
.option('-s, --sources <path>', 'Directory with .EO sources', '.')
Expand Down

0 comments on commit b34fe70

Please sign in to comment.