8000 [Console] [Completion] Make fish completion run in non interactive mode · symfony/symfony@25ab956 · GitHub
[go: up one dir, main page]

Skip to content

Commit 25ab956

Browse files
authored
[Console] [Completion] Make fish completion run in non interactive mode
1 parent 3e763df commit 25ab956

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Console/Resources/completion.fish

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ function _sf_{{ COMMAND_NAME }}
99
set sf_cmd (commandline -o)
1010
set c (count (commandline -oc))
1111

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

1414
for i in $sf_cmd
1515
if [ $i != "" ]

0 commit comments

Comments
 (0)
0