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 3e763df commit 25ab956Copy full SHA for 25ab956
src/Symfony/Component/Console/Resources/completion.fish
@@ -9,7 +9,7 @@ function _sf_{{ COMMAND_NAME }}
9
set sf_cmd (commandline -o)
10
set c (count (commandline -oc))
11
12
- set completecmd "$sf_cmd[1]" "_complete" "-sfish" "-S{{ VERSION }}"
+ set completecmd "$sf_cmd[1]" "_complete" "--no-interaction" "-sfish" "-S{{ VERSION }}"
13
14
for i in $sf_cmd
15
if [ $i != "" ]
0 commit comments