File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ _comp_cmd_curl()
11
11
--abstract-unix-socket | --alt-svc | --config | --cookie | \
12
12
--cookie-jar | --dump-header | --egd-file | --etag-compare | \
13
13
--etag-save | --hsts | --key | --libcurl | --netrc-file | \
14
- --output | --proxy-key | --random-file | --trace | --trace-ascii | \
15
- --unix-socket | -- upload-file | -${noargopts} [KbcDoT])
14
+ --output | --proxy-key | --random-file | --unix-socket | \
15
+ --upload-file | -${noargopts} [KbcDoT])
16
16
_comp_compgen_filedir
17
17
return
18
18
;;
@@ -153,6 +153,11 @@ _comp_cmd_curl()
153
153
_comp_compgen -- -W ' SRP'
154
154
return
155
155
;;
156
+ --trace | --trace-ascii)
157
+ _comp_compgen -- -W ' % -'
158
+ _comp_compgen -a filedir
159
+ return
160
+ ;;
156
161
esac
157
162
158
163
if [[ $cur == -* ]]; then
You can’t perform that action at this time.
0 commit comments