stecman / symfony-console-completion

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

Make namespaces in this package smaller #55

Open stecman opened 8 years ago

stecman commented 8 years ago

The base namespace used in this package is unnecessarily long:

Stecman\Component\Symfony\Console\BashCompletion

This should be reduced to something smaller like:

Stecman\Symfony\ConsoleCompletion