clap/src
Kevin K fedb46b5b1 fix: fixes a bug where flags were parsed as flags AND positional values when specific combinations of settings were used
This commit fixes a bug where using `AppSettings::AllowHyphenValues`
would cause flags with longs be *also* parsed as positional values.

Closes #946
2017-05-07 10:46:03 -04:00
..
app fix: fixes a bug where flags were parsed as flags AND positional values when specific combinations of settings were used 2017-05-07 10:46:03 -04:00
args api(Arg): add default_value_os 2017-04-24 15:49:59 -04:00
completions imp(PowerShell Completions): massively dedups subcommand names in the generate script to make smaller scripts that are still functionally equiv 2017-04-18 23:17:05 -04: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 docs: Fix a typo the minimum rust version required 2017-04-07 10:02:00 +01:00
macros.rs feat(clap_app!): adds support for arg names with hyphens similar to longs with hyphens 2017-04-05 00:57:47 -04: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