ArgEnum: Derive long help from variant doc comments #3352
FlorianKohn
started this conversation in
Ideas
Replies: 1 comment
-
We do collect the doc comments but only show them in completion scripts for now. We have #3312 but the main question is what level of notice this change requires because we'll start showing help that might not have been written for users (breaking change, a minor release with a compatibility note, etc). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I was wondering whether it is (or should be) possible to derive a long help message from the doc comments of an enum. The use-case would for example be a verbosity argument:
The short help would then output something like:
And the derived long help would look like this:
Beta Was this translation helpful? Give feedback.
All reactions