-
-
Notifications
You must be signed in to change notification settings - Fork 0
Support for command aliases #13
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Requirements
Allow Phpake callbacks to declare command aliases using a
@aliasannotation. For example,At the end of all the changes, running
phpake input-output:hello-human --helpshould show the command alias(es) correctly. Runningphpake heloshould work the same way asphpake input-output::hello-human.