clap icon indicating copy to clipboard operation
clap copied to clipboard

`clap_man` doesn't show the right number of value names

Open epage opened this issue 2 years ago • 0 comments

Please complete the following tasks

  • [X] I have searched the discussions
  • [X] I have searched the existing issues

Rust Version

rustc 1.57.0 (f1edd0429 2021-11-29)

Clap Version

3.0.0-rc.0

Minimal reproducible code

TBD

Steps to reproduce the bug with the above code

TBD

Actual Behaviour

When --help renders value_names, i think it repeats the last one until we've hit the max number of values

Expected Behaviour

We literally show the value names as returned by the Arg

Additional Context

Split out of #3174

Debug Output

No response

epage avatar Jan 28 '22 21:01 epage