clap/src/app
Kevin K fc3e0f5afd feat(Settings): adds new setting to stop delimiting values with -- or TrailingVarArg
One can now use `AppSettings::DontDelimitTrailingValues` to stop clap's default behavior of
delimiting values, even when `--` or `TrailingVarArg` is used. This is useful when passing other
flags and commands through to another program.

Closes #511
2016-06-07 23:49:05 -04:00
..
help.rs chore: removes extra debug statements 2016-06-07 23:49:05 -04:00
macros.rs feat(Settings): adds new setting to stop delimiting values with -- or TrailingVarArg 2016-06-07 23:49:05 -04:00
meta.rs feat(SubCommands): adds support for subcommand aliases 2016-05-10 15:21:19 -04:00
mod.rs feat(Settings): one can now set an AppSetting which is propogated down through child subcommands 2016-06-04 11:55:47 -04:00
parser.rs feat(Settings): adds new setting to stop delimiting values with -- or TrailingVarArg 2016-06-07 23:49:05 -04:00
settings.rs feat(Settings): adds new setting to stop delimiting values with -- or TrailingVarArg 2016-06-07 23:49:05 -04:00