Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[Console] Add Suggestion class for more advanced completion suggestion#44230
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Component/Console/Completion/CompletionSuggestions.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
8aedd66 tof5667b0Comparesrc/Symfony/Component/Console/Completion/CompletionSuggestions.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
f5667b0 to607be82Compare607be82 to20ba02cCompare| /** | ||
| * Add a suggested value for an input option or argument. | ||
| * | ||
| * @param string|Suggestion $value |
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.
should be changed to a native union type when merging into 6.0
nicolas-grekas commentedNov 23, 2021
Thank you@wouterj. |
Alternative to#44229 , see that PR for the full context.