stecman / symfony-console-completion

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

Escape the program path in the completion command #92

Open pjcdawkins opened 1 year ago

pjcdawkins commented 1 year ago

It seems that if the program path contains spaces, or other characters such as backslashes (common on Windows) then the completion will fail.

Draft while manually testing.

stecman commented 1 year ago

Seems sensible - give a shout when you're done testing and we can get this merged and released :+1: