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()
1111 --abstract-unix-socket | --alt-svc | --config | --cookie | \
1212 --cookie-jar | --dump-header | --egd-file | --etag-compare | \
1313 --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])
1616 _comp_compgen_filedir
1717 return
1818 ;;
@@ -153,6 +153,11 @@ _comp_cmd_curl()
153153 _comp_compgen -- -W ' SRP'
154154 return
155155 ;;
156+ --trace | --trace-ascii)
157+ _comp_compgen -- -W ' % -'
158+ _comp_compgen -a filedir
159+ return
160+ ;;
156161 esac
157162
158163 if [[ $cur == -* ]]; then
You can’t perform that action at this time.
0 commit comments