Skip to content

Commit

Permalink
fix(curl): Complete all and category for --help
Browse files Browse the repository at this point in the history
Co-Authored-By: Koichi Murase <[email protected]>
  • Loading branch information
2 people authored and scop committed Aug 4, 2024
1 parent e209afb commit 7eb2eb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion completions/curl
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ _comp_cmd_curl()
# Looks like an option? Likely no --help category support
[[ $x != -* ]] || return
done
_comp_compgen -- -W '"${categories[@]}"'
_comp_compgen -- -W '"${categories[@]}" category all'
fi
return
;;
Expand Down

0 comments on commit 7eb2eb2

Please sign in to comment.