-
Notifications
You must be signed in to change notification settings - Fork 37
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
@usage descriptions not parsed #68
Comments
This is a limitation of Symfony Console's help command. We definitely want the descriptions to show up in the help output. |
In the mean time, perhaps we should just update the documentation? |
Sure, that would be welcome. |
Links to the codes in context:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The README.md gives the following example implementation of the @Usage annotation:
When executing a command with this annotation, the following is output:
The description
Concatenate "alpha" and "bet".
does not appear.The text was updated successfully, but these errors were encountered: