Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ZSH - fail silently if target tool can't be inspected #14

Closed
bamarni opened this issue Feb 16, 2016 · 1 comment
Closed

ZSH - fail silently if target tool can't be inspected #14

bamarni opened this issue Feb 16, 2016 · 1 comment

Comments

@bamarni
Copy link
Owner

bamarni commented Feb 16, 2016

Currently for a non-symfony based tool :

>  phpunit [TAB]
PHPUnit       -- 5.0.10 by Sebastian Bergmann and contributors.
unrecognized  -- option --no-ansi

This could also happen in a Symfony application if it's in a broken state (eg. fatal error during development). For those cases it should not try to autocomplete anything, there could be something similar to the bash completion check (https://github.com/bamarni/symfony-console-autocomplete/blob/master/templates/default.bash.tpl#L37).

@rquadling
Copy link
Collaborator

No feedback or activity. Closing issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants