mirror of
https://github.com/clap-rs/clap
synced 2025-01-20 16:43:54 +00:00
9ade2cd4b2
One can now use a list or single value for certain Arg YAML declarations such as possible_values, etc. Prior to this commit, if only a single value was desired one would have to use the format: ```yaml possible_values: - value ``` But now once can use ```yaml possible_values: value ``` Closes #614 Closes #613 |
||
---|---|---|
.. | ||
arg_builder | ||
any_arg.rs | ||
arg.rs | ||
arg_matcher.rs | ||
arg_matches.rs | ||
group.rs | ||
matched_arg.rs | ||
mod.rs | ||
settings.rs | ||
subcommand.rs |