stecman / symfony-console-completion

Automatic tab-key completion for Symfony console application options, arguments and parameters
MIT License
420 stars 26 forks source link

Support command argument/option completion, when command short form is used #39

Closed aik099 closed 9 years ago

aik099 commented 9 years ago

When command is named deploy:run than same auto-complete results will be shown for any of these:

Before this PR only 1st command auto-complete will work.

Closes #38

stecman commented 9 years ago

Looks good, thanks.