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 3e18b30 commit 2edaa32Copy full SHA for 2edaa32
completions/curl
@@ -159,7 +159,7 @@ _comp_cmd_curl()
159
esac
160
161
if [[ $cur == -* ]]; then
162
- COMPREPLY=($(compgen -W '$(_parse_help "$1" --help all)' -- "$cur"))
+ COMPREPLY=($(compgen -W '$(_parse_help "$1" "--help all")' -- "$cur"))
163
[[ ${COMPREPLY-} ]] ||
164
COMPREPLY=($(compgen -W '$(_parse_help "$1")' -- "$cur"))
165
fi
0 commit comments