mirror of
https://github.com/clap-rs/clap
synced 2024-12-13 22:32:33 +00:00
ad86e43334
Args and subcommands can now have their display order automatically derived by using the setting `AppSettings::DeriveDisplayOrder` which will display the args and subcommands in the order that they were declared in, instead of alphabetical order which is the default. Closes #444 |
||
---|---|---|
.. | ||
app | ||
args | ||
errors.rs | ||
fmt.rs | ||
lib.rs | ||
macros.rs | ||
osstringext.rs | ||
suggestions.rs | ||
usage_parser.rs |