Skip to content

Commit

Permalink
[Console] [Completion] Make fish completion run in non interactive mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldaek committed Sep 2, 2022
1 parent 3e763df commit 25ab956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Symfony/Component/Console/Resources/completion.fish
Expand Up @@ -9,7 +9,7 @@ function _sf_{{ COMMAND_NAME }}
set sf_cmd (commandline -o)
set c (count (commandline -oc))

set completecmd "$sf_cmd[1]" "_complete" "-sfish" "-S{{ VERSION }}"
set completecmd "$sf_cmd[1]" "_complete" "--no-interaction" "-sfish" "-S{{ VERSION }}"

for i in $sf_cmd
if [ $i != "" ]
Expand Down

0 comments on commit 25ab956

Please sign in to comment.