Skip to content

Commit

Permalink
fix(curl): Complete all and category for --help
Browse files Browse the repository at this point in the history
  • Loading branch information
yedayak committed Jul 2, 2024
1 parent e209afb commit 50c1317
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions completions/curl
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ _comp_cmd_curl()
[[ $x != -* ]] || return
done
_comp_compgen -- -W '"${categories[@]}"'
_comp_compgen -a -- -W 'category all'
fi
return
;;
Expand Down

0 comments on commit 50c1317

Please sign in to comment.