stecman / symfony-console-completion

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

zsh options description #63

Closed funivan closed 8 years ago

funivan commented 8 years ago

Hello. Thanks for great package. Is it possible to make completion of options more beautiful. In some programs I see information about options. For example ls command. 03 45 34

p.s. I use zsh

aik099 commented 8 years ago

Looks a bit overwhelming to me, because user who pressed TAB TAB wants to see short list of possible options, not the result of --help option usage. Don't you agree?

And this doesn't seem to be behavior, that works in Bash as well.

funivan commented 8 years ago

In some cases I agree with you. But when there are a lot of commands in most cases it is useful to see description of option because you do not remember option for old command or other developers are not familiar with other commands.