Artifact da383b0d98e2ec83473efc878bf19b22cc0d221e75f78a3b20a0ab30e9ca2bef:
- File
utils/completions/fish/ofhttp.fish
— part of check-in
[d13292673e]
at
2020-02-18 00:48:27
on branch trunk
— Add optional completions for the fish shell
These can be enabled with --enable-fish-completions. (user: js, size: 874) [annotate] [blame] [check-ins using] [more...]
complete -c ofhttp -s b -l body -r -d 'Specify the file to send as body' complete -c ofhttp -s c -l continue -d 'Continue download of existing file' complete -c ofhttp -s f -l force -d 'Force / overwrite existing file' complete -c ofhttp -s h -l help -d 'Show help' complete -c ofhttp -s H -l header -x -d 'Add a header (e.g. X-Foo:Bar)' complete -c ofhttp -s m -l method -x -d 'Set the method of the HTTP request' complete -c ofhttp -s o -l output -r -d 'Specify output file name' complete -c ofhttp -s O -l detect-filename \ -d 'Do a HEAD request to detect the file name' complete -c ofhttp -s P -l proxy -x -d 'Specify SOCKS5 proxy' complete -c ofhttp -s q -l quiet -d 'Quiet mode (no output, except errors)' complete -c ofhttp -s v -l verbose -d 'Verbose mode (print headers)' complete -c ofhttp -l insecure \ -d 'Ignore TLS errors and allow insecure redirects'