mirror of
https://github.com/clap-rs/clap
synced 2024-12-19 00:53:17 +00:00
fc3e0f5afd
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 |
||
---|---|---|
.. | ||
help.rs | ||
macros.rs | ||
meta.rs | ||
mod.rs | ||
parser.rs | ||
settings.rs |