Thanks to visit codestin.com Credit goes to github.com
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 a5059a7 commit 4095d09Copy full SHA for 4095d09
src/Symfony/Component/Console/Resources/completion.fish
@@ -9,7 +9,7 @@ function _sf_{{ COMMAND_NAME }}
9
set sf_cmd (string split ' ' (commandline))
10
set c (math (count $sf_cmd) - 1)
11
12
- set completecmd "$sf_cmd[1]" "_complete" "-sfish" "-S5.4.0-DEV"
+ set completecmd "$sf_cmd[1]" "_complete" "-sfish" "-S{{ VERSION }}"
13
14
for i in $sf_cmd
15
if [ $i != "" ]
0 commit comments