clap/src/app
Kevin K 885d166f04 fix(Empty Values): fixes bug where empty values weren't stored
Passing empty values, such as `--feature ""` now stores the empty string
correctly as a value (assuming empty values are allowed as per the arg
configuration)

Closes #470
2016-03-29 22:25:13 -04:00
..
macros.rs refactor(macros): implements a slightly better arg_post_processing 2016-02-02 07:45:49 -05:00
meta.rs chore: clippy run 2016-03-22 21:16:53 -04:00
mod.rs feat(Help Message): wraps and aligns the help message of subcommands 2016-03-16 10:17:00 -04:00
parser.rs fix(Empty Values): fixes bug where empty values weren't stored 2016-03-29 22:25:13 -04:00
settings.rs feat(Help Subcommand): adds support passing additional subcommands to help subcommand 2016-03-14 22:41:47 -04:00