clap/src
2016-04-10 02:46:51 +02:00
..
app Fix off-by-one-error in ArgGroup printing 2016-04-10 02:46:51 +02:00
args fix(Help Message): fixes bug where arg name is printed twice 2016-04-02 20:35:49 -04:00
errors.rs feat(Help Message): wraps and aligns the help message of subcommands 2016-03-16 10:17:00 -04:00
fmt.rs tests(fmt): removes fmt tests from Windows builds 2015-12-18 09:01:59 -05:00
lib.rs fix(Help Message): fixes bug with wrapping in the middle of a unicode sequence 2016-03-27 16:01:17 -04:00
macros.rs Use ::std::result::Result to make macro hygienic. 2016-04-01 22:03:29 +02:00
osstringext.rs rename OsStrExt2::{is_empty,len} to {is_empty_,len_} 2016-02-21 11:18:26 -05:00
strext.rs fix(Help Message): fixes bug with wrapping in the middle of a unicode sequence 2016-03-27 16:01:17 -04:00
suggestions.rs fix clippy warnings 2016-02-22 18:36:57 -05:00
term.rs chore: fixes platform dependant libc calls 2016-03-14 08:00:11 -04:00
usage_parser.rs chore: changes some assertions to debug assertions 2016-03-10 16:33:39 -05:00