Skip to content

Commit a1e46a9

Browse files
authored
Add --url-query completion for curl (fish-shell#10332)
Add missing completion for curl's `--url-query` option
1 parent 29af775 commit a1e46a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

share/completions/curl.fish

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,3 +232,4 @@ complete -c curl -l eprt -l no-eprt -d 'for --disable-eprt'
232232
complete -c curl -l epsv -l no-epsv -d 'for --disable-epsv'
233233
complete -c curl -l max-redir -d 'Set maximum number of redirects'
234234
complete -c curl -l xattr -d 'Store metadata in xattrs (like origin URL)'
235+
complete -c curl -l url-query -d '(HTTP) Add a URL query part'

0 commit comments

Comments
 (0)