Skip to content

Commit 7eb2eb2

Browse files
yedayakakinomyoga
authored andcommitted
fix(curl): Complete all and category for --help
Co-Authored-By: Koichi Murase <[email protected]>
1 parent e209afb commit 7eb2eb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

completions/curl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ _comp_cmd_curl()
110110
# Looks like an option? Likely no --help category support
111111
[[ $x != -* ]] || return
112112
done
113-
_comp_compgen -- -W '"${categories[@]}"'
113+
_comp_compgen -- -W '"${categories[@]}" category all'
114114
fi
115115
return
116116
;;

0 commit comments

Comments
 (0)