clap/src/app
Kevin K ab06454677
feat(AppSettings): adds new setting AllowNegativeNumbers
One can now use `AppSettings::AllowNegativeNumbers` which functions similar to `AllowLeadingHyphen`
with the exception that only unknown numbers are allowed have a preceding hyphen character.

See the documentation for details and examples.

Closes #696
2016-10-21 09:39:17 -04:00
..
help.rs tests(app/help.rs): adds some additional debugging code, and standardizes a few calls 2016-10-20 19:39:21 -04:00
macros.rs tests(Debugging): standardizes certain debugging calls 2016-09-12 21:48:22 -04:00
meta.rs feat(help): allow for limiting detected terminal width 2016-09-10 21:19:35 +02:00
mod.rs Merge branch 'master' into fix_werrnings 2016-10-18 10:17:09 -04:00
parser.rs feat(AppSettings): adds new setting AllowNegativeNumbers 2016-10-21 09:39:17 -04:00
settings.rs docs(app/settings.rs): moves variants to roughly alphabetical order 2016-10-21 06:59:58 -04:00