clap/src
2017-03-12 12:43:10 -04:00
..
app fix(Positionals): fixes some regression bugs resulting from old asserts in debug mode. 2017-03-12 12:43:10 -04:00
args refactor: implements PartialEq for some of the base structs 2017-03-11 12:38:24 -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 chore: clippy run 2017-03-10 08:24:30 -05:00
macros.rs refactor: moves validation code into it's own module 2017-03-10 08:24:29 -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 chore: clippy run 2017-03-10 08:24:30 -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