clap/src
2017-03-10 08:24:28 -05:00
..
app fix: now correctly shows subcommand as required in the usage string when AppSettings::SubcommandRequiredElseHelp is used 2017-03-10 08:24:28 -05:00
args setting(InferSubcommands): adds a setting to allow one to infer shortened subcommands or aliases (i.e. for subcommmand "test", "t", "te", or "tes" would be allowed assuming no other ambiguities) 2017-03-10 08:22:31 -05:00
completions perf: refactor to remove unneeded vectors and allocations and checks for significant performance increases 2017-02-28 08:30:13 -05:00
errors.rs style: improves the style of doc tests and examples to increase readability and uniformity 2017-02-20 20:24:27 -05:00
fmt.rs refactor: use the atty crate for isatty() detection 2017-02-19 11:12:55 -05:00
lib.rs Remove direct dependency on libc 2017-03-05 19:44:16 +01:00
macros.rs setting(InferSubcommands): adds a setting to allow one to infer shortened subcommands or aliases (i.e. for subcommmand "test", "t", "te", or "tes" would be allowed assuming no other ambiguities) 2017-03-10 08:22:31 -05:00
osstringext.rs fix: fixes a trait that's marked private accidentlly, but should be crate internal public 2017-02-20 20:31:57 -05:00
strext.rs style: rustfmt run 2016-05-06 17:52:23 -04:00
suggestions.rs setting(InferSubcommands): adds a setting to allow one to infer shortened subcommands or aliases (i.e. for subcommmand "test", "t", "te", or "tes" would be allowed assuming no other ambiguities) 2017-03-10 08:22:31 -05:00
usage_parser.rs refactor(Arg): removes duplicate and uses Base, Switched, and Valued internally now 2017-02-20 19:06:36 -05:00