stecman / symfony-console-completion

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

Update help for `_completion` command #42

Open aik099 opened 9 years ago

aik099 commented 9 years ago

Currently when I do program help _completion I'm getting this:

 To enable BASH completion, run:

     eval `[program] _completion -g`.

 Or for an alias:

     eval `[program] _completion -g -p [alias]`.

This is very outdated information. Instead we should use compact version from https://github.com/stecman/symfony-console-completion#zero-config-use .

Related: #30