mirror of
https://github.com/clap-rs/clap
synced 2024-12-14 23:02:31 +00:00
6342802f55
This adds feature parity for mangen with the standard help output. Users will now see the list of possible values for value arguments. One change that was made to make this possible was adding the method `get_possible_values` to the public API for an arg. I tried to think of a way to get around this, but because this is the interface that the help generation uses, and it is part of the crate public interface I thing adding it as a part of the public API might be for the best. fixes: #3861 |
||
---|---|---|
.. | ||
aliases.bash.roff | ||
basic.bash.roff | ||
feature_sample.bash.roff | ||
hidden_option.bash.roff | ||
quoting.bash.roff | ||
special_commands.bash.roff | ||
sub_subcommands.bash.roff | ||
value_env.bash.roff | ||
value_hint.bash.roff |