File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ _comp_cmd_curl()
30
30
--sasl-authzid | --service-name | --socks5-gssapi-service | \
31
31
--speed-limit | --speed-time | --telnet-option | --tftp-blksize | \
32
32
--time-cond | --tls13-ciphers | --tlspassword | --tlsuser | \
33
- --url | --user | --user-agent | --version | --write-out | \
34
- -${noargopts} [CFmQreYytzuAVw ])
33
+ --url | --user | --user-agent | --version | \
34
+ -${noargopts} [CFmQreYytzuAV ])
35
35
return
36
36
;;
37
37
--cacert | --cert | --proxy-cacert | --proxy-cert | -${noargopts} E)
@@ -50,8 +50,8 @@ _comp_cmd_curl()
50
50
_comp_compgen_filedir crl
51
51
return
52
52
;;
53
- --data | --data-ascii | --data-binary | --data-urlencode | --header | \
54
- --proxy-header | -${noargopts} [dH ])
53
+ --data | --data-ascii | --data-binary | --data-urlencode | --json | \
54
+ --header | -- proxy-header | --write-out | - ${noargopts} [dHw ])
55
55
if [[ $cur == \@ * ]]; then
56
56
_comp_compgen -c " ${cur: 1} " filedir
57
57
_comp_compgen -a -c " ${cur: 1} " -- -W ' -'
You can’t perform that action at this time.
0 commit comments