-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use Arg::value_name()
as header for positionals in clap_mangen
#3587
Conversation
There are two other things I would like to address for positional arguments but I am not sure if I should open a separate PR or not:
Edit: I would also need to fix any failing tests. |
As these are all independent changes, I'd prefer separate PRs
Let me know if you have any problems with the snapshot testing (or any feedback on the process!) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
What would be the best way to preview
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
This was split out from #3580