mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 21:44:16 +00:00
Add --url-query completion for curl (#10332)
Add missing completion for curl's `--url-query` option
This commit is contained in:
parent
29af775390
commit
a1e46a94f6
1 changed files with 1 additions and 0 deletions
|
@ -232,3 +232,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…
Reference in a new issue