Differences From Artifact [da383b0d98]:
- 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...]
To Artifact [99fd9b7109]:
- File utils/completions/fish/ofhttp.fish — part of check-in [b13594ccc6] at 2020-03-29 16:57:12 on branch trunk — Add fish completion for ofdns (user: js, size: 896) [annotate] [blame] [check-ins using] [more...]
1 2 3 4 5 6 7 | 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' | > | 1 2 3 4 5 6 7 8 | complete -c ofhttp -x 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' |
︙ | ︙ |