Skip to content

Commit 77f7ca0

Browse files
scopakinomyoga
andauthored
fixup! refactor(dict): internal helper to generator
Co-authored-by: Koichi Murase <[email protected]>
1 parent 13309b0 commit 77f7ca0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

completions/dict

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
_comp_cmd_dict__compgen_dictdata()
44
{
55
# shellcheck disable=SC2086
6-
_comp_compgen_split "$(
6+
_comp_compgen_split -- "$(
77
"$1" $host $port "$2" 2>/dev/null | command sed -ne \
88
's/^[[:blank:]]\{1,\}\([^[:blank:]]*\).*$/\1/p'
99
)"

0 commit comments

Comments
 (0)