mirror of
https://github.com/clap-rs/clap
synced 2024-11-10 06:44:16 +00:00
cacc23473c
This patch: * Removes the `ArgSettings::Global` variant, and replaces all users of it to `Arg::global(...)`. The variant itself is lifted up into a field on Arg. This was deprecated in clap 2.32.0. * Removes AppFlags::PropagateGlobalValuesDown. This was deprecated in clap 2.27.0. * Removes `Arg::empty_values`. This was deprecated in clap 2.30.0. * Removes `ArgMatches::usage`. This was deprecated in clap 2.32.0. |
||
---|---|---|
.. | ||
01_default.rs | ||
02_simple.rs | ||
03_complex.rs | ||
04_new_help.rs | ||
05_ripgrep.rs | ||
06_rustup.rs |