-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reorder a few of the most important options
There is currently no explicit rule for how option-related elements are ordered in the code, but it is important to understand that the order in which options are registered via parser.accept() calls is the order in which they appear in --help output. It would be nice to group options together into sections and separate them in the --help output with section headers similar to the way that Bitcoin Core's help output does it, but this is not a built-in option with the JOpt Simple library, and not worth trying to hack into place at the moment.
- Loading branch information
Showing
1 changed file
with
25 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters