Skip to content

Commit

Permalink
Merge branch '5.4' into 6.0
Browse files Browse the repository at this point in the history
* 5.4:
  tweak the factory class description for inlined factory services
  skip a transient test on Windows
  Make bash completion run in non interactive mode
  • Loading branch information
xabbuh committed Sep 3, 2022
2 parents c5c2e31 + 3f97f6c commit 8f14753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/completion.bash
Expand Up @@ -24,7 +24,7 @@ _sf_{{ COMMAND_NAME }}() {
local cur prev words cword
_get_comp_words_by_ref -n := cur prev words cword

local completecmd=("$sf_cmd" "_complete" "-sbash" "-c$cword" "-S{{ VERSION }}")
local completecmd=("$sf_cmd" "_complete" "--no-interaction" "-sbash" "-c$cword" "-S{{ VERSION }}")
for w in ${words[@]}; do
w=$(printf -- '%b' "$w")
# remove quotes from typed values
Expand Down

0 comments on commit 8f14753

Please sign in to comment.