Allow grouping of valid options in help message (a-la docopt or getopts style) #158
Labels
A-help
Area: documentation, including docs.rs, readme, examples, etc...
S-waiting-on-decision
Status: Waiting on a go/no-go before implementing
Instead of breaking up each type of argument into,
FLAGS
,OPTIONS
andARGS
, add an option which combines them all into a singleOPTIONS
section a-la docopt or getopts style.Perhaps a
App::grouped_help(bool)
? Unless someone has a better name :PThe text was updated successfully, but these errors were encountered: