clap/clap_generate/examples
Ed Page 9f12bfec47 fix!: Rename ArgValue to PossibleValue
In considering potential work for #2683, I realized we might need a type to carry data for
each of the `multiple_values`.  `ArgValue` works both for that and for
possible values, so we need to come up with a better name for one or
both.  Changing `ArgValue`s name now would be ideal since its new in
clap3 and by renaming it, we can reduce churn for users.

While thinking about this, I realized I regularly get these mixed
up, so renaming `ArgValue` to `PossibleValue` I think will help clear
things up, regardless of #2683.
2021-10-19 10:10:37 -05:00
..
bash_completion.rs test: Harden tests against trailing whitespace 2021-10-11 10:44:48 -05:00
value_hints.rs fix!: Rename ArgValue to PossibleValue 2021-10-19 10:10:37 -05:00