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 e916f83 commit f37f221Copy full SHA for f37f221
completions/curl
@@ -156,8 +156,7 @@ _comp_cmd_curl()
156
157
if [[ $cur == -* ]]; then
158
_comp_compgen_help -- --help all
159
- [[ ${COMPREPLY-} ]] ||
160
- COMPREPLY=($(compgen -W '$(_parse_help "$1")' -- "$cur"))
+ [[ ${COMPREPLY-} ]] || _comp_compgen_help
161
fi
162
} &&
163
complete -F _comp_cmd_curl curl
completions/koji
@@ -235,7 +235,7 @@ _comp_cmd_koji()
235
236
237
238
+ _comp_compgen_help
239
[[ ${COMPREPLY-} == *= ]] && compopt -o nospace
240
elif [[ ! $has_command ]]; then
241
COMPREPLY=($(compgen -W '$("$1" --help-commands 2>/dev/null | \
0 commit comments