mirror of
https://github.com/clap-rs/clap
synced 2024-12-14 23:02:31 +00:00
9151ef7398
Previously one could only hide the possible values of an argument application or command wide, and not on a per argument basis. Now one can use the `Arg::hide_possible_values(bool)` method to hide only that arguments possible values. Closes #640 |
||
---|---|---|
.. | ||
app | ||
args | ||
completions.rs | ||
errors.rs | ||
fmt.rs | ||
lib.rs | ||
macros.rs | ||
osstringext.rs | ||
strext.rs | ||
suggestions.rs | ||
usage_parser.rs |