-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
fix(ValueEnum): Detailed help for ValueEnum variant #6096 #6101
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
Conversation
Note that the intention of #6096 is not to add separate short vs long help (we only show any help in long help) but to change the derive from reporting the doc comment summary to the full doc comment. |
To clarify my understanding based on your last comment: help should render the full doc comment of a PossibleValue, right? I’m not sure how close (or far) my recent changes are from this goal. |
Could you clean up the commits for how this should be reviewed and merged? |
cc012d2
to
9fdc172
Compare
9fdc172
to
3225e5e
Compare
f28876d
to
a8b8289
Compare
#6096