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.
\E
1 parent 7d36330 commit 5b692feCopy full SHA for 5b692fe
Resources/completion.bash
@@ -37,7 +37,7 @@ _sf_{{ COMMAND_NAME }}() {
37
38
local completecmd=("$sf_cmd" "_complete" "--no-interaction" "-sbash" "-c$cword" "-a{{ VERSION }}")
39
for w in ${words[@]}; do
40
- w=$(printf -- '%b' "$w")
+ w="${w//\\\\/\\}"
41
# remove quotes from typed values
42
quote="${w:0:1}"
43
if [ "$quote" == \' ]; then
0 commit comments