stecman / symfony-console-completion

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

Allow commands to auto-complete their own option/argument values #20

Closed aik099 closed 9 years ago

aik099 commented 9 years ago

Closes #19

aik099 commented 9 years ago

Maybe the initializeCompletion() method needs to be added to the interface to allow command to do a simplified initialization (e.g. open db connection or something like that), that is needed for completion to work.

aik099 commented 9 years ago

Requested changes done and all commits squashed. Ready for merge.

stecman commented 9 years ago

Awesome, thanks @aik099.