We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d9e942 commit c0251a3Copy full SHA for c0251a3
README.md
@@ -59,7 +59,7 @@ at a specific location depending on your OS / setup. Here are a few examples :
59
symfony-autocomplete composer > ~/.composer_completion && echo "source ~/.composer_completion" >> ~/.zshrc
60
61
# FISH
62
- symfony-autocomplete composer > ~/.config/fish/completions/composer.fish
+ symfony-autocomplete composer --shell=fish > ~/.config/fish/completions/composer.fish
63
64
If you are running an environment that does not have automatic execution of PHP scripts, then you will need to
65
call PHP and the script in question :
0 commit comments