clap/src
Kevin K 0f2a378219
api: provides default_value_os and default_value_if[s]_os
One can now define default values that contain invalid UTF-8.

The underlying implementation has also been changed to use OsStrs in order to avoid duplication
of code and provide the new APIs basically for free.

Closes #849
2017-02-20 20:24:24 -05:00
..
app api: provides default_value_os and default_value_if[s]_os 2017-02-20 20:24:24 -05:00
args api: provides default_value_os and default_value_if[s]_os 2017-02-20 20:24:24 -05:00
completions Call this PR "Raid" cause it's squashin bugs! (#843) 2017-02-03 17:43:49 -05:00
errors.rs chore: rustfmt run 2016-11-20 14:47:04 -05:00
fmt.rs refactor: use the atty crate for isatty() detection 2017-02-19 11:12:55 -05:00
lib.rs refactor: use the atty crate for isatty() detection 2017-02-19 11:12:55 -05:00
macros.rs Add missing fragment specifier to a clap_app! rule. 2017-02-18 12:03:41 +02:00
osstringext.rs style: standardizes debug calls and output 2016-12-29 23:34:46 -05:00
strext.rs style: rustfmt run 2016-05-06 17:52:23 -04:00
suggestions.rs Fix linting errors from rustc 1.14.0 2016-10-04 12:26:51 -04:00
usage_parser.rs refactor(Arg): removes duplicate and uses Base, Switched, and Valued internally now 2017-02-20 19:06:36 -05:00