mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-04 23:33:27 +08:00
Add --url-query completion for curl (#10332)
Add missing completion for curl's `--url-query` option (cherry picked from commit a1e46a94f60aa80ade92a39386f308526496b96b)
This commit is contained in:
parent
95f6803241
commit
8ed052079f
@ -231,3 +231,4 @@ complete -c curl -l eprt -l no-eprt -d 'for --disable-eprt'
|
||||
complete -c curl -l epsv -l no-epsv -d 'for --disable-epsv'
|
||||
complete -c curl -l max-redir -d 'Set maximum number of redirects'
|
||||
complete -c curl -l xattr -d 'Store metadata in xattrs (like origin URL)'
|
||||
complete -c curl -l url-query -d '(HTTP) Add a URL query part'
|
||||
|
Loading…
x
Reference in New Issue
Block a user