-
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
Custom help command #69
Comments
It looks like this annotation may already exist, but it isn't documented and doesn't appear to work in the proposed way. |
Symfony Console's help command is not very extensible. Work to replace it is underway. |
@greg-1-anderson Symfony's console component does support separate help and description text. I can submit a PR for support. But, are you going to continue to use that component? I don't want to do the work if it will be replaced :) |
I'm planning to replace the |
Nice. Would be great to list associated Topics in a new help command. |
Work has started on a custom Help command which will hopefully upstream in annotated-command - drush-ops/drush#2670 |
Just a note that Drush has a custom help command that is working pretty well. Drush's version of |
Having separate short and long form strings for command information would be useful.
The short, existing string should be displayed when commands are listed. The long form string should be displayed when a user asks for help with the command.
The annotation would look like this:
The text was updated successfully, but these errors were encountered: