clap/clap_mangen/tests/snapshots
Tyler Calder 6342802f55 fix: Show possible values in generated man file
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
2022-08-23 21:47:17 -06:00
..
aliases.bash.roff fix!: Require explicit help/version disabling 2022-08-10 20:33:21 -05:00
basic.bash.roff fix!: Require explicit help/version disabling 2022-08-10 20:33:21 -05:00
feature_sample.bash.roff fix!: Require explicit help/version disabling 2022-08-10 20:33:21 -05:00
hidden_option.bash.roff fix!: Require explicit help/version disabling 2022-08-10 20:33:21 -05:00
quoting.bash.roff fix!: Require explicit help/version disabling 2022-08-10 20:33:21 -05:00
special_commands.bash.roff fix!: Require explicit help/version disabling 2022-08-10 20:33:21 -05:00
sub_subcommands.bash.roff fix!: Require explicit help/version disabling 2022-08-10 20:33:21 -05:00
value_env.bash.roff fix!: Require explicit help/version disabling 2022-08-10 20:33:21 -05:00
value_hint.bash.roff fix: Show possible values in generated man file 2022-08-23 21:47:17 -06:00