Add extendedDiscussion to CommandConfiguration#894
Open
realrajaryan wants to merge 5 commits intoapple:mainfrom
Open
Add extendedDiscussion to CommandConfiguration#894realrajaryan wants to merge 5 commits intoapple:mainfrom
extendedDiscussion to CommandConfiguration#894realrajaryan wants to merge 5 commits intoapple:mainfrom
Conversation
Collaborator
|
Can you add an extended discussion to one of the example tools so we can see how the generated content changes? |
Member
Author
added it to the math example |
0e08479 to
a0b879f
Compare
rauhul
reviewed
Apr 30, 2026
| *Show help information.* | ||
|
|
||
|
|
||
| Examples: |
Collaborator
There was a problem hiding this comment.
does it make sense for this to be below the options for the markdown generator? I think before or after could make sense, wdyt?
Member
Author
There was a problem hiding this comment.
oh ye, I'll move it after the subcommands to match the CLI help layout
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resolves #159.
Adds an
extendedDiscussionproperty toCommandConfigurationthat renders after the argument, option, and subcommand sections in help output.This gives command authors a place to put supplementary information i.e. usage examples, notes etc.
Checklist