Skip to content
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

Open
grasmash opened this issue Jan 19, 2017 · 5 comments
Open

@usage descriptions not parsed #68

grasmash opened this issue Jan 19, 2017 · 5 comments

Comments

@grasmash
Copy link
Contributor

grasmash commented Jan 19, 2017

The README.md gives the following example implementation of the @Usage annotation:

     * @usage bet alpha --flip
     *   Concatenate "alpha" and "bet".

When executing a command with this annotation, the following is output:

my:cat bet alpha --flip

The description Concatenate "alpha" and "bet". does not appear.

@greg-1-anderson
Copy link
Member

This is a limitation of Symfony Console's help command. We definitely want the descriptions to show up in the help output.

@grasmash
Copy link
Contributor Author

In the mean time, perhaps we should just update the documentation?

@greg-1-anderson
Copy link
Member

Sure, that would be welcome.

@Sweetchuck
Copy link
Contributor

symfony/symfony#45050

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants