clap/src
Kevin K ad86e43334 feat(Settings): adds support for automatically deriving custom display order of args
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
2016-03-10 16:32:02 -05:00
..
app feat(Settings): adds support for automatically deriving custom display order of args 2016-03-10 16:32:02 -05:00
args docs(Groups): explains required ArgGroups better 2016-03-09 20:16:52 -05:00
errors.rs chore: clippy run 2016-03-08 10:39:43 -05:00
fmt.rs tests(fmt): removes fmt tests from Windows builds 2015-12-18 09:01:59 -05:00
lib.rs chore: clippy run 2016-03-08 10:39:43 -05:00
macros.rs refactor(macros): removes ok() from Result.ok().expect() 2016-02-04 02:01:10 -05:00
osstringext.rs rename OsStrExt2::{is_empty,len} to {is_empty_,len_} 2016-02-21 11:18:26 -05:00
suggestions.rs fix clippy warnings 2016-02-22 18:36:57 -05:00
usage_parser.rs chore: clippy run 2016-03-08 10:39:43 -05:00