Merge branch 'vlcinsky-master'

See https://github.com/timvisee/ffsend/pull/117
This commit is contained in:
timvisee 2020-06-21 22:01:49 +02:00
commit 0032555348
No known key found for this signature in database
GPG key ID: B8DB720BC383E172
6 changed files with 92 additions and 91 deletions

View file

@ -11,12 +11,12 @@
# ffsend
> Easily and securely share files from the command line.
> A fully featured [Firefox Send][send] client.
> [Firefox Send][send] client ([annonymous only][issue116] at the moment).
Easily and securely share files and directories from the command line through a
safe, private and encrypted link using a single simple command.
Files are shared using the [Send][send] service and may be up
to 1GB (2.5GB authenticated). Others are able to download these files with this tool, or through
to 1GB. Others are able to download these files with this tool, or through
their web browser.
[![ffsend usage demo][usage-demo-svg]][usage-demo-asciinema]
@ -747,7 +747,7 @@ FLAGS:
OPTIONS:
-A, --api <VERSION> Server API version to use, '-' to lookup [env: FFSEND_API]
--basic-auth <USER:PASSWORD> HTTP basic authentication credentials [env: FFSEND_BASIC_AUTH]
--basic-auth <USER:PASSWORD> Protected proxy HTTP basic authentication credentials (not FxA) [env: FFSEND_BASIC_AUTH]
-H, --history <FILE> Use the specified history file [env: FFSEND_HISTORY]
-t, --timeout <SECONDS> Request timeout (0 to disable) [env: FFSEND_TIMEOUT]
-T, --transfer-timeout <SECONDS> Transfer timeout (0 to disable) [env: FFSEND_TRANSFER_TIMEOUT]
@ -811,3 +811,4 @@ Check out the [LICENSE](LICENSE) file for more information.
[docker-hub-ffsend]: https://hub.docker.com/r/timvisee/ffsend
[scoop-install]: https://scoop.sh/#installs-in-seconds
[freshports-ffsend]: https://www.freshports.org/www/ffsend
[issue116]: https://github.com/timvisee/ffsend/issues/116

View file

@ -21,7 +21,7 @@ _ffsend() {
'--transfer-timeout=[Transfer timeout (0 to disable)]' \
'-A+[Server API version to use, '\''-'\'' to lookup]' \
'--api=[Server API version to use, '\''-'\'' to lookup]' \
'--basic-auth=[HTTP basic authentication credentials]' \
'--basic-auth=[Protected proxy HTTP basic authentication credentials (not FxA)]' \
'-H+[Use the specified history file]' \
'--history=[Use the specified history file]' \
'-f[Force the action, ignore warnings]' \
@ -59,7 +59,7 @@ _arguments "${_arguments_options[@]}" \
'--transfer-timeout=[Transfer timeout (0 to disable)]' \
'-A+[Server API version to use, '\''-'\'' to lookup]' \
'--api=[Server API version to use, '\''-'\'' to lookup]' \
'--basic-auth=[HTTP basic authentication credentials]' \
'--basic-auth=[Protected proxy HTTP basic authentication credentials (not FxA)]' \
'-H+[Use the specified history file]' \
'--history=[Use the specified history file]' \
'--help[Prints help information]' \
@ -89,7 +89,7 @@ _arguments "${_arguments_options[@]}" \
'--transfer-timeout=[Transfer timeout (0 to disable)]' \
'-A+[Server API version to use, '\''-'\'' to lookup]' \
'--api=[Server API version to use, '\''-'\'' to lookup]' \
'--basic-auth=[HTTP basic authentication credentials]' \
'--basic-auth=[Protected proxy HTTP basic authentication credentials (not FxA)]' \
'-H+[Use the specified history file]' \
'--history=[Use the specified history file]' \
'--help[Prints help information]' \
@ -119,7 +119,7 @@ _arguments "${_arguments_options[@]}" \
'--transfer-timeout=[Transfer timeout (0 to disable)]' \
'-A+[Server API version to use, '\''-'\'' to lookup]' \
'--api=[Server API version to use, '\''-'\'' to lookup]' \
'--basic-auth=[HTTP basic authentication credentials]' \
'--basic-auth=[Protected proxy HTTP basic authentication credentials (not FxA)]' \
'-H+[Use the specified history file]' \
'--history=[Use the specified history file]' \
'-h[Prints help information]' \
@ -151,7 +151,7 @@ _arguments "${_arguments_options[@]}" \
'--transfer-timeout=[Transfer timeout (0 to disable)]' \
'-A+[Server API version to use, '\''-'\'' to lookup]' \
'--api=[Server API version to use, '\''-'\'' to lookup]' \
'--basic-auth=[HTTP basic authentication credentials]' \
'--basic-auth=[Protected proxy HTTP basic authentication credentials (not FxA)]' \
'-H+[Use the specified history file]' \
'--history=[Use the specified history file]' \
'-h[Prints help information]' \
@ -183,7 +183,7 @@ _arguments "${_arguments_options[@]}" \
'--transfer-timeout=[Transfer timeout (0 to disable)]' \
'-A+[Server API version to use, '\''-'\'' to lookup]' \
'--api=[Server API version to use, '\''-'\'' to lookup]' \
'--basic-auth=[HTTP basic authentication credentials]' \
'--basic-auth=[Protected proxy HTTP basic authentication credentials (not FxA)]' \
'-H+[Use the specified history file]' \
'--history=[Use the specified history file]' \
'-h[Prints help information]' \
@ -217,7 +217,7 @@ _arguments "${_arguments_options[@]}" \
'--transfer-timeout=[Transfer timeout (0 to disable)]' \
'-A+[Server API version to use, '\''-'\'' to lookup]' \
'--api=[Server API version to use, '\''-'\'' to lookup]' \
'--basic-auth=[HTTP basic authentication credentials]' \
'--basic-auth=[Protected proxy HTTP basic authentication credentials (not FxA)]' \
'-H+[Use the specified history file]' \
'--history=[Use the specified history file]' \
'-e[Extract an archived file]' \
@ -253,7 +253,7 @@ _arguments "${_arguments_options[@]}" \
'--transfer-timeout=[Transfer timeout (0 to disable)]' \
'-A+[Server API version to use, '\''-'\'' to lookup]' \
'--api=[Server API version to use, '\''-'\'' to lookup]' \
'--basic-auth=[HTTP basic authentication credentials]' \
'--basic-auth=[Protected proxy HTTP basic authentication credentials (not FxA)]' \
'-H+[Use the specified history file]' \
'--history=[Use the specified history file]' \
'-e[Extract an archived file]' \
@ -289,7 +289,7 @@ _arguments "${_arguments_options[@]}" \
'--transfer-timeout=[Transfer timeout (0 to disable)]' \
'-A+[Server API version to use, '\''-'\'' to lookup]' \
'--api=[Server API version to use, '\''-'\'' to lookup]' \
'--basic-auth=[HTTP basic authentication credentials]' \
'--basic-auth=[Protected proxy HTTP basic authentication credentials (not FxA)]' \
'-H+[Use the specified history file]' \
'--history=[Use the specified history file]' \
'-e[Extract an archived file]' \
@ -321,7 +321,7 @@ _arguments "${_arguments_options[@]}" \
'--transfer-timeout=[Transfer timeout (0 to disable)]' \
'-A+[Server API version to use, '\''-'\'' to lookup]' \
'--api=[Server API version to use, '\''-'\'' to lookup]' \
'--basic-auth=[HTTP basic authentication credentials]' \
'--basic-auth=[Protected proxy HTTP basic authentication credentials (not FxA)]' \
'-H+[Use the specified history file]' \
'--history=[Use the specified history file]' \
'-h[Prints help information]' \
@ -351,7 +351,7 @@ _arguments "${_arguments_options[@]}" \
'--transfer-timeout=[Transfer timeout (0 to disable)]' \
'-A+[Server API version to use, '\''-'\'' to lookup]' \
'--api=[Server API version to use, '\''-'\'' to lookup]' \
'--basic-auth=[HTTP basic authentication credentials]' \
'--basic-auth=[Protected proxy HTTP basic authentication credentials (not FxA)]' \
'-H+[Use the specified history file]' \
'--history=[Use the specified history file]' \
'-h[Prints help information]' \
@ -381,7 +381,7 @@ _arguments "${_arguments_options[@]}" \
'--transfer-timeout=[Transfer timeout (0 to disable)]' \
'-A+[Server API version to use, '\''-'\'' to lookup]' \
'--api=[Server API version to use, '\''-'\'' to lookup]' \
'--basic-auth=[HTTP basic authentication credentials]' \
'--basic-auth=[Protected proxy HTTP basic authentication credentials (not FxA)]' \
'-H+[Use the specified history file]' \
'--history=[Use the specified history file]' \
'-h[Prints help information]' \
@ -411,7 +411,7 @@ _arguments "${_arguments_options[@]}" \
'--transfer-timeout=[Transfer timeout (0 to disable)]' \
'-A+[Server API version to use, '\''-'\'' to lookup]' \
'--api=[Server API version to use, '\''-'\'' to lookup]' \
'--basic-auth=[HTTP basic authentication credentials]' \
'--basic-auth=[Protected proxy HTTP basic authentication credentials (not FxA)]' \
'-H+[Use the specified history file]' \
'--history=[Use the specified history file]' \
'-h[Prints help information]' \
@ -449,7 +449,7 @@ _arguments "${_arguments_options[@]}" \
'--transfer-timeout=[Transfer timeout (0 to disable)]' \
'-A+[Server API version to use, '\''-'\'' to lookup]' \
'--api=[Server API version to use, '\''-'\'' to lookup]' \
'--basic-auth=[HTTP basic authentication credentials]' \
'--basic-auth=[Protected proxy HTTP basic authentication credentials (not FxA)]' \
'-H+[Use the specified history file]' \
'--history=[Use the specified history file]' \
'-h[Prints help information]' \
@ -481,7 +481,7 @@ _arguments "${_arguments_options[@]}" \
'--transfer-timeout=[Transfer timeout (0 to disable)]' \
'-A+[Server API version to use, '\''-'\'' to lookup]' \
'--api=[Server API version to use, '\''-'\'' to lookup]' \
'--basic-auth=[HTTP basic authentication credentials]' \
'--basic-auth=[Protected proxy HTTP basic authentication credentials (not FxA)]' \
'-H+[Use the specified history file]' \
'--history=[Use the specified history file]' \
'-h[Prints help information]' \
@ -513,7 +513,7 @@ _arguments "${_arguments_options[@]}" \
'--transfer-timeout=[Transfer timeout (0 to disable)]' \
'-A+[Server API version to use, '\''-'\'' to lookup]' \
'--api=[Server API version to use, '\''-'\'' to lookup]' \
'--basic-auth=[HTTP basic authentication credentials]' \
'--basic-auth=[Protected proxy HTTP basic authentication credentials (not FxA)]' \
'-H+[Use the specified history file]' \
'--history=[Use the specified history file]' \
'-h[Prints help information]' \
@ -543,7 +543,7 @@ _arguments "${_arguments_options[@]}" \
'--transfer-timeout=[Transfer timeout (0 to disable)]' \
'-A+[Server API version to use, '\''-'\'' to lookup]' \
'--api=[Server API version to use, '\''-'\'' to lookup]' \
'--basic-auth=[HTTP basic authentication credentials]' \
'--basic-auth=[Protected proxy HTTP basic authentication credentials (not FxA)]' \
'-H+[Use the specified history file]' \
'--history=[Use the specified history file]' \
'-h[Prints help information]' \
@ -576,7 +576,7 @@ _arguments "${_arguments_options[@]}" \
'--transfer-timeout=[Transfer timeout (0 to disable)]' \
'-A+[Server API version to use, '\''-'\'' to lookup]' \
'--api=[Server API version to use, '\''-'\'' to lookup]' \
'--basic-auth=[HTTP basic authentication credentials]' \
'--basic-auth=[Protected proxy HTTP basic authentication credentials (not FxA)]' \
'-H+[Use the specified history file]' \
'--history=[Use the specified history file]' \
'-h[Prints help information]' \
@ -614,7 +614,7 @@ _arguments "${_arguments_options[@]}" \
'--transfer-timeout=[Transfer timeout (0 to disable)]' \
'-A+[Server API version to use, '\''-'\'' to lookup]' \
'--api=[Server API version to use, '\''-'\'' to lookup]' \
'--basic-auth=[HTTP basic authentication credentials]' \
'--basic-auth=[Protected proxy HTTP basic authentication credentials (not FxA)]' \
'-H+[Use the specified history file]' \
'--history=[Use the specified history file]' \
'-h[Prints help information]' \
@ -646,7 +646,7 @@ _arguments "${_arguments_options[@]}" \
'--transfer-timeout=[Transfer timeout (0 to disable)]' \
'-A+[Server API version to use, '\''-'\'' to lookup]' \
'--api=[Server API version to use, '\''-'\'' to lookup]' \
'--basic-auth=[HTTP basic authentication credentials]' \
'--basic-auth=[Protected proxy HTTP basic authentication credentials (not FxA)]' \
'-H+[Use the specified history file]' \
'--history=[Use the specified history file]' \
'-h[Prints help information]' \
@ -678,7 +678,7 @@ _arguments "${_arguments_options[@]}" \
'--transfer-timeout=[Transfer timeout (0 to disable)]' \
'-A+[Server API version to use, '\''-'\'' to lookup]' \
'--api=[Server API version to use, '\''-'\'' to lookup]' \
'--basic-auth=[HTTP basic authentication credentials]' \
'--basic-auth=[Protected proxy HTTP basic authentication credentials (not FxA)]' \
'-H+[Use the specified history file]' \
'--history=[Use the specified history file]' \
'-h[Prints help information]' \
@ -708,7 +708,7 @@ _arguments "${_arguments_options[@]}" \
'--transfer-timeout=[Transfer timeout (0 to disable)]' \
'-A+[Server API version to use, '\''-'\'' to lookup]' \
'--api=[Server API version to use, '\''-'\'' to lookup]' \
'--basic-auth=[HTTP basic authentication credentials]' \
'--basic-auth=[Protected proxy HTTP basic authentication credentials (not FxA)]' \
'-H+[Use the specified history file]' \
'--history=[Use the specified history file]' \
'-h[Prints help information]' \
@ -745,7 +745,7 @@ _arguments "${_arguments_options[@]}" \
'--transfer-timeout=[Transfer timeout (0 to disable)]' \
'-A+[Server API version to use, '\''-'\'' to lookup]' \
'--api=[Server API version to use, '\''-'\'' to lookup]' \
'--basic-auth=[HTTP basic authentication credentials]' \
'--basic-auth=[Protected proxy HTTP basic authentication credentials (not FxA)]' \
'-H+[Use the specified history file]' \
'--history=[Use the specified history file]' \
'-h[Prints help information]' \
@ -779,7 +779,7 @@ _arguments "${_arguments_options[@]}" \
'--transfer-timeout=[Transfer timeout (0 to disable)]' \
'-A+[Server API version to use, '\''-'\'' to lookup]' \
'--api=[Server API version to use, '\''-'\'' to lookup]' \
'--basic-auth=[HTTP basic authentication credentials]' \
'--basic-auth=[Protected proxy HTTP basic authentication credentials (not FxA)]' \
'-H+[Use the specified history file]' \
'--history=[Use the specified history file]' \
'-h[Prints help information]' \
@ -813,7 +813,7 @@ _arguments "${_arguments_options[@]}" \
'--transfer-timeout=[Transfer timeout (0 to disable)]' \
'-A+[Server API version to use, '\''-'\'' to lookup]' \
'--api=[Server API version to use, '\''-'\'' to lookup]' \
'--basic-auth=[HTTP basic authentication credentials]' \
'--basic-auth=[Protected proxy HTTP basic authentication credentials (not FxA)]' \
'-H+[Use the specified history file]' \
'--history=[Use the specified history file]' \
'-h[Prints help information]' \
@ -847,7 +847,7 @@ _arguments "${_arguments_options[@]}" \
'--transfer-timeout=[Transfer timeout (0 to disable)]' \
'-A+[Server API version to use, '\''-'\'' to lookup]' \
'--api=[Server API version to use, '\''-'\'' to lookup]' \
'--basic-auth=[HTTP basic authentication credentials]' \
'--basic-auth=[Protected proxy HTTP basic authentication credentials (not FxA)]' \
'-H+[Use the specified history file]' \
'--history=[Use the specified history file]' \
'-h[Prints help information]' \
@ -881,7 +881,7 @@ _arguments "${_arguments_options[@]}" \
'--transfer-timeout=[Transfer timeout (0 to disable)]' \
'-A+[Server API version to use, '\''-'\'' to lookup]' \
'--api=[Server API version to use, '\''-'\'' to lookup]' \
'--basic-auth=[HTTP basic authentication credentials]' \
'--basic-auth=[Protected proxy HTTP basic authentication credentials (not FxA)]' \
'-H+[Use the specified history file]' \
'--history=[Use the specified history file]' \
'-h[Prints help information]' \
@ -915,7 +915,7 @@ _arguments "${_arguments_options[@]}" \
'--transfer-timeout=[Transfer timeout (0 to disable)]' \
'-A+[Server API version to use, '\''-'\'' to lookup]' \
'--api=[Server API version to use, '\''-'\'' to lookup]' \
'--basic-auth=[HTTP basic authentication credentials]' \
'--basic-auth=[Protected proxy HTTP basic authentication credentials (not FxA)]' \
'-H+[Use the specified history file]' \
'--history=[Use the specified history file]' \
'-h[Prints help information]' \
@ -949,7 +949,7 @@ _arguments "${_arguments_options[@]}" \
'--transfer-timeout=[Transfer timeout (0 to disable)]' \
'-A+[Server API version to use, '\''-'\'' to lookup]' \
'--api=[Server API version to use, '\''-'\'' to lookup]' \
'--basic-auth=[HTTP basic authentication credentials]' \
'--basic-auth=[Protected proxy HTTP basic authentication credentials (not FxA)]' \
'-H+[Use the specified history file]' \
'--history=[Use the specified history file]' \
'-h[Prints help information]' \
@ -983,7 +983,7 @@ _arguments "${_arguments_options[@]}" \
'--transfer-timeout=[Transfer timeout (0 to disable)]' \
'-A+[Server API version to use, '\''-'\'' to lookup]' \
'--api=[Server API version to use, '\''-'\'' to lookup]' \
'--basic-auth=[HTTP basic authentication credentials]' \
'--basic-auth=[Protected proxy HTTP basic authentication credentials (not FxA)]' \
'-H+[Use the specified history file]' \
'--history=[Use the specified history file]' \
'(-p --password)-P[Protect the file with a generated passphrase]' \
@ -1019,7 +1019,7 @@ _arguments "${_arguments_options[@]}" \
'--transfer-timeout=[Transfer timeout (0 to disable)]' \
'-A+[Server API version to use, '\''-'\'' to lookup]' \
'--api=[Server API version to use, '\''-'\'' to lookup]' \
'--basic-auth=[HTTP basic authentication credentials]' \
'--basic-auth=[Protected proxy HTTP basic authentication credentials (not FxA)]' \
'-H+[Use the specified history file]' \
'--history=[Use the specified history file]' \
'(-p --password)-P[Protect the file with a generated passphrase]' \
@ -1055,7 +1055,7 @@ _arguments "${_arguments_options[@]}" \
'--transfer-timeout=[Transfer timeout (0 to disable)]' \
'-A+[Server API version to use, '\''-'\'' to lookup]' \
'--api=[Server API version to use, '\''-'\'' to lookup]' \
'--basic-auth=[HTTP basic authentication credentials]' \
'--basic-auth=[Protected proxy HTTP basic authentication credentials (not FxA)]' \
'-H+[Use the specified history file]' \
'--history=[Use the specified history file]' \
'(-p --password)-P[Protect the file with a generated passphrase]' \
@ -1097,7 +1097,7 @@ _arguments "${_arguments_options[@]}" \
'--transfer-timeout=[Transfer timeout (0 to disable)]' \
'-A+[Server API version to use, '\''-'\'' to lookup]' \
'--api=[Server API version to use, '\''-'\'' to lookup]' \
'--basic-auth=[HTTP basic authentication credentials]' \
'--basic-auth=[Protected proxy HTTP basic authentication credentials (not FxA)]' \
'-H+[Use the specified history file]' \
'--history=[Use the specified history file]' \
'(-p --password)-P[Protect the file with a generated passphrase]' \
@ -1152,7 +1152,7 @@ _arguments "${_arguments_options[@]}" \
'--transfer-timeout=[Transfer timeout (0 to disable)]' \
'-A+[Server API version to use, '\''-'\'' to lookup]' \
'--api=[Server API version to use, '\''-'\'' to lookup]' \
'--basic-auth=[HTTP basic authentication credentials]' \
'--basic-auth=[Protected proxy HTTP basic authentication credentials (not FxA)]' \
'-H+[Use the specified history file]' \
'--history=[Use the specified history file]' \
'(-p --password)-P[Protect the file with a generated passphrase]' \
@ -1207,7 +1207,7 @@ _arguments "${_arguments_options[@]}" \
'--transfer-timeout=[Transfer timeout (0 to disable)]' \
'-A+[Server API version to use, '\''-'\'' to lookup]' \
'--api=[Server API version to use, '\''-'\'' to lookup]' \
'--basic-auth=[HTTP basic authentication credentials]' \
'--basic-auth=[Protected proxy HTTP basic authentication credentials (not FxA)]' \
'-H+[Use the specified history file]' \
'--history=[Use the specified history file]' \
'(-p --password)-P[Protect the file with a generated passphrase]' \
@ -1254,7 +1254,7 @@ _arguments "${_arguments_options[@]}" \
'--transfer-timeout=[Transfer timeout (0 to disable)]' \
'-A+[Server API version to use, '\''-'\'' to lookup]' \
'--api=[Server API version to use, '\''-'\'' to lookup]' \
'--basic-auth=[HTTP basic authentication credentials]' \
'--basic-auth=[Protected proxy HTTP basic authentication credentials (not FxA)]' \
'-H+[Use the specified history file]' \
'--history=[Use the specified history file]' \
'--help[Prints help information]' \
@ -1284,7 +1284,7 @@ _arguments "${_arguments_options[@]}" \
'--transfer-timeout=[Transfer timeout (0 to disable)]' \
'-A+[Server API version to use, '\''-'\'' to lookup]' \
'--api=[Server API version to use, '\''-'\'' to lookup]' \
'--basic-auth=[HTTP basic authentication credentials]' \
'--basic-auth=[Protected proxy HTTP basic authentication credentials (not FxA)]' \
'-H+[Use the specified history file]' \
'--history=[Use the specified history file]' \
'--help[Prints help information]' \
@ -1314,7 +1314,7 @@ _arguments "${_arguments_options[@]}" \
'--transfer-timeout=[Transfer timeout (0 to disable)]' \
'-A+[Server API version to use, '\''-'\'' to lookup]' \
'--api=[Server API version to use, '\''-'\'' to lookup]' \
'--basic-auth=[HTTP basic authentication credentials]' \
'--basic-auth=[Protected proxy HTTP basic authentication credentials (not FxA)]' \
'-H+[Use the specified history file]' \
'--history=[Use the specified history file]' \
'--help[Prints help information]' \
@ -1344,7 +1344,7 @@ _arguments "${_arguments_options[@]}" \
'--transfer-timeout=[Transfer timeout (0 to disable)]' \
'-A+[Server API version to use, '\''-'\'' to lookup]' \
'--api=[Server API version to use, '\''-'\'' to lookup]' \
'--basic-auth=[HTTP basic authentication credentials]' \
'--basic-auth=[Protected proxy HTTP basic authentication credentials (not FxA)]' \
'-H+[Use the specified history file]' \
'--history=[Use the specified history file]' \
'-C[Clear all history]' \
@ -1377,7 +1377,7 @@ _arguments "${_arguments_options[@]}" \
'--transfer-timeout=[Transfer timeout (0 to disable)]' \
'-A+[Server API version to use, '\''-'\'' to lookup]' \
'--api=[Server API version to use, '\''-'\'' to lookup]' \
'--basic-auth=[HTTP basic authentication credentials]' \
'--basic-auth=[Protected proxy HTTP basic authentication credentials (not FxA)]' \
'-H+[Use the specified history file]' \
'--history=[Use the specified history file]' \
'-C[Clear all history]' \
@ -1410,7 +1410,7 @@ _arguments "${_arguments_options[@]}" \
'--transfer-timeout=[Transfer timeout (0 to disable)]' \
'-A+[Server API version to use, '\''-'\'' to lookup]' \
'--api=[Server API version to use, '\''-'\'' to lookup]' \
'--basic-auth=[HTTP basic authentication credentials]' \
'--basic-auth=[Protected proxy HTTP basic authentication credentials (not FxA)]' \
'-H+[Use the specified history file]' \
'--history=[Use the specified history file]' \
'-C[Clear all history]' \
@ -1441,7 +1441,7 @@ _arguments "${_arguments_options[@]}" \
'--transfer-timeout=[Transfer timeout (0 to disable)]' \
'-A+[Server API version to use, '\''-'\'' to lookup]' \
'--api=[Server API version to use, '\''-'\'' to lookup]' \
'--basic-auth=[HTTP basic authentication credentials]' \
'--basic-auth=[Protected proxy HTTP basic authentication credentials (not FxA)]' \
'-H+[Use the specified history file]' \
'--history=[Use the specified history file]' \
'-h[Prints help information]' \

View file

@ -26,7 +26,7 @@ Register-ArgumentCompleter -Native -CommandName 'ffsend' -ScriptBlock {
[CompletionResult]::new('--transfer-timeout', 'transfer-timeout', [CompletionResultType]::ParameterName, 'Transfer timeout (0 to disable)')
[CompletionResult]::new('-A', 'A', [CompletionResultType]::ParameterName, 'Server API version to use, ''-'' to lookup')
[CompletionResult]::new('--api', 'api', [CompletionResultType]::ParameterName, 'Server API version to use, ''-'' to lookup')
[CompletionResult]::new('--basic-auth', 'basic-auth', [CompletionResultType]::ParameterName, 'HTTP basic authentication credentials')
[CompletionResult]::new('--basic-auth', 'basic-auth', [CompletionResultType]::ParameterName, 'Protected proxy HTTP basic authentication credentials (not FxA)')
[CompletionResult]::new('-H', 'H', [CompletionResultType]::ParameterName, 'Use the specified history file')
[CompletionResult]::new('--history', 'history', [CompletionResultType]::ParameterName, 'Use the specified history file')
[CompletionResult]::new('-f', 'f', [CompletionResultType]::ParameterName, 'Force the action, ignore warnings')
@ -68,7 +68,7 @@ Register-ArgumentCompleter -Native -CommandName 'ffsend' -ScriptBlock {
[CompletionResult]::new('--transfer-timeout', 'transfer-timeout', [CompletionResultType]::ParameterName, 'Transfer timeout (0 to disable)')
[CompletionResult]::new('-A', 'A', [CompletionResultType]::ParameterName, 'Server API version to use, ''-'' to lookup')
[CompletionResult]::new('--api', 'api', [CompletionResultType]::ParameterName, 'Server API version to use, ''-'' to lookup')
[CompletionResult]::new('--basic-auth', 'basic-auth', [CompletionResultType]::ParameterName, 'HTTP basic authentication credentials')
[CompletionResult]::new('--basic-auth', 'basic-auth', [CompletionResultType]::ParameterName, 'Protected proxy HTTP basic authentication credentials (not FxA)')
[CompletionResult]::new('-H', 'H', [CompletionResultType]::ParameterName, 'Use the specified history file')
[CompletionResult]::new('--history', 'history', [CompletionResultType]::ParameterName, 'Use the specified history file')
[CompletionResult]::new('--help', 'help', [CompletionResultType]::ParameterName, 'Prints help information')
@ -97,7 +97,7 @@ Register-ArgumentCompleter -Native -CommandName 'ffsend' -ScriptBlock {
[CompletionResult]::new('--transfer-timeout', 'transfer-timeout', [CompletionResultType]::ParameterName, 'Transfer timeout (0 to disable)')
[CompletionResult]::new('-A', 'A', [CompletionResultType]::ParameterName, 'Server API version to use, ''-'' to lookup')
[CompletionResult]::new('--api', 'api', [CompletionResultType]::ParameterName, 'Server API version to use, ''-'' to lookup')
[CompletionResult]::new('--basic-auth', 'basic-auth', [CompletionResultType]::ParameterName, 'HTTP basic authentication credentials')
[CompletionResult]::new('--basic-auth', 'basic-auth', [CompletionResultType]::ParameterName, 'Protected proxy HTTP basic authentication credentials (not FxA)')
[CompletionResult]::new('-H', 'H', [CompletionResultType]::ParameterName, 'Use the specified history file')
[CompletionResult]::new('--history', 'history', [CompletionResultType]::ParameterName, 'Use the specified history file')
[CompletionResult]::new('-h', 'h', [CompletionResultType]::ParameterName, 'Prints help information')
@ -129,7 +129,7 @@ Register-ArgumentCompleter -Native -CommandName 'ffsend' -ScriptBlock {
[CompletionResult]::new('--transfer-timeout', 'transfer-timeout', [CompletionResultType]::ParameterName, 'Transfer timeout (0 to disable)')
[CompletionResult]::new('-A', 'A', [CompletionResultType]::ParameterName, 'Server API version to use, ''-'' to lookup')
[CompletionResult]::new('--api', 'api', [CompletionResultType]::ParameterName, 'Server API version to use, ''-'' to lookup')
[CompletionResult]::new('--basic-auth', 'basic-auth', [CompletionResultType]::ParameterName, 'HTTP basic authentication credentials')
[CompletionResult]::new('--basic-auth', 'basic-auth', [CompletionResultType]::ParameterName, 'Protected proxy HTTP basic authentication credentials (not FxA)')
[CompletionResult]::new('-H', 'H', [CompletionResultType]::ParameterName, 'Use the specified history file')
[CompletionResult]::new('--history', 'history', [CompletionResultType]::ParameterName, 'Use the specified history file')
[CompletionResult]::new('-e', 'e', [CompletionResultType]::ParameterName, 'Extract an archived file')
@ -159,7 +159,7 @@ Register-ArgumentCompleter -Native -CommandName 'ffsend' -ScriptBlock {
[CompletionResult]::new('--transfer-timeout', 'transfer-timeout', [CompletionResultType]::ParameterName, 'Transfer timeout (0 to disable)')
[CompletionResult]::new('-A', 'A', [CompletionResultType]::ParameterName, 'Server API version to use, ''-'' to lookup')
[CompletionResult]::new('--api', 'api', [CompletionResultType]::ParameterName, 'Server API version to use, ''-'' to lookup')
[CompletionResult]::new('--basic-auth', 'basic-auth', [CompletionResultType]::ParameterName, 'HTTP basic authentication credentials')
[CompletionResult]::new('--basic-auth', 'basic-auth', [CompletionResultType]::ParameterName, 'Protected proxy HTTP basic authentication credentials (not FxA)')
[CompletionResult]::new('-H', 'H', [CompletionResultType]::ParameterName, 'Use the specified history file')
[CompletionResult]::new('--history', 'history', [CompletionResultType]::ParameterName, 'Use the specified history file')
[CompletionResult]::new('-h', 'h', [CompletionResultType]::ParameterName, 'Prints help information')
@ -187,7 +187,7 @@ Register-ArgumentCompleter -Native -CommandName 'ffsend' -ScriptBlock {
[CompletionResult]::new('--transfer-timeout', 'transfer-timeout', [CompletionResultType]::ParameterName, 'Transfer timeout (0 to disable)')
[CompletionResult]::new('-A', 'A', [CompletionResultType]::ParameterName, 'Server API version to use, ''-'' to lookup')
[CompletionResult]::new('--api', 'api', [CompletionResultType]::ParameterName, 'Server API version to use, ''-'' to lookup')
[CompletionResult]::new('--basic-auth', 'basic-auth', [CompletionResultType]::ParameterName, 'HTTP basic authentication credentials')
[CompletionResult]::new('--basic-auth', 'basic-auth', [CompletionResultType]::ParameterName, 'Protected proxy HTTP basic authentication credentials (not FxA)')
[CompletionResult]::new('-H', 'H', [CompletionResultType]::ParameterName, 'Use the specified history file')
[CompletionResult]::new('--history', 'history', [CompletionResultType]::ParameterName, 'Use the specified history file')
[CompletionResult]::new('-h', 'h', [CompletionResultType]::ParameterName, 'Prints help information')
@ -219,7 +219,7 @@ Register-ArgumentCompleter -Native -CommandName 'ffsend' -ScriptBlock {
[CompletionResult]::new('--transfer-timeout', 'transfer-timeout', [CompletionResultType]::ParameterName, 'Transfer timeout (0 to disable)')
[CompletionResult]::new('-A', 'A', [CompletionResultType]::ParameterName, 'Server API version to use, ''-'' to lookup')
[CompletionResult]::new('--api', 'api', [CompletionResultType]::ParameterName, 'Server API version to use, ''-'' to lookup')
[CompletionResult]::new('--basic-auth', 'basic-auth', [CompletionResultType]::ParameterName, 'HTTP basic authentication credentials')
[CompletionResult]::new('--basic-auth', 'basic-auth', [CompletionResultType]::ParameterName, 'Protected proxy HTTP basic authentication credentials (not FxA)')
[CompletionResult]::new('-H', 'H', [CompletionResultType]::ParameterName, 'Use the specified history file')
[CompletionResult]::new('--history', 'history', [CompletionResultType]::ParameterName, 'Use the specified history file')
[CompletionResult]::new('-h', 'h', [CompletionResultType]::ParameterName, 'Prints help information')
@ -247,7 +247,7 @@ Register-ArgumentCompleter -Native -CommandName 'ffsend' -ScriptBlock {
[CompletionResult]::new('--transfer-timeout', 'transfer-timeout', [CompletionResultType]::ParameterName, 'Transfer timeout (0 to disable)')
[CompletionResult]::new('-A', 'A', [CompletionResultType]::ParameterName, 'Server API version to use, ''-'' to lookup')
[CompletionResult]::new('--api', 'api', [CompletionResultType]::ParameterName, 'Server API version to use, ''-'' to lookup')
[CompletionResult]::new('--basic-auth', 'basic-auth', [CompletionResultType]::ParameterName, 'HTTP basic authentication credentials')
[CompletionResult]::new('--basic-auth', 'basic-auth', [CompletionResultType]::ParameterName, 'Protected proxy HTTP basic authentication credentials (not FxA)')
[CompletionResult]::new('-H', 'H', [CompletionResultType]::ParameterName, 'Use the specified history file')
[CompletionResult]::new('--history', 'history', [CompletionResultType]::ParameterName, 'Use the specified history file')
[CompletionResult]::new('-h', 'h', [CompletionResultType]::ParameterName, 'Prints help information')
@ -279,7 +279,7 @@ Register-ArgumentCompleter -Native -CommandName 'ffsend' -ScriptBlock {
[CompletionResult]::new('--transfer-timeout', 'transfer-timeout', [CompletionResultType]::ParameterName, 'Transfer timeout (0 to disable)')
[CompletionResult]::new('-A', 'A', [CompletionResultType]::ParameterName, 'Server API version to use, ''-'' to lookup')
[CompletionResult]::new('--api', 'api', [CompletionResultType]::ParameterName, 'Server API version to use, ''-'' to lookup')
[CompletionResult]::new('--basic-auth', 'basic-auth', [CompletionResultType]::ParameterName, 'HTTP basic authentication credentials')
[CompletionResult]::new('--basic-auth', 'basic-auth', [CompletionResultType]::ParameterName, 'Protected proxy HTTP basic authentication credentials (not FxA)')
[CompletionResult]::new('-H', 'H', [CompletionResultType]::ParameterName, 'Use the specified history file')
[CompletionResult]::new('--history', 'history', [CompletionResultType]::ParameterName, 'Use the specified history file')
[CompletionResult]::new('-h', 'h', [CompletionResultType]::ParameterName, 'Prints help information')
@ -311,7 +311,7 @@ Register-ArgumentCompleter -Native -CommandName 'ffsend' -ScriptBlock {
[CompletionResult]::new('--transfer-timeout', 'transfer-timeout', [CompletionResultType]::ParameterName, 'Transfer timeout (0 to disable)')
[CompletionResult]::new('-A', 'A', [CompletionResultType]::ParameterName, 'Server API version to use, ''-'' to lookup')
[CompletionResult]::new('--api', 'api', [CompletionResultType]::ParameterName, 'Server API version to use, ''-'' to lookup')
[CompletionResult]::new('--basic-auth', 'basic-auth', [CompletionResultType]::ParameterName, 'HTTP basic authentication credentials')
[CompletionResult]::new('--basic-auth', 'basic-auth', [CompletionResultType]::ParameterName, 'Protected proxy HTTP basic authentication credentials (not FxA)')
[CompletionResult]::new('-H', 'H', [CompletionResultType]::ParameterName, 'Use the specified history file')
[CompletionResult]::new('--history', 'history', [CompletionResultType]::ParameterName, 'Use the specified history file')
[CompletionResult]::new('-h', 'h', [CompletionResultType]::ParameterName, 'Prints help information')
@ -343,7 +343,7 @@ Register-ArgumentCompleter -Native -CommandName 'ffsend' -ScriptBlock {
[CompletionResult]::new('--transfer-timeout', 'transfer-timeout', [CompletionResultType]::ParameterName, 'Transfer timeout (0 to disable)')
[CompletionResult]::new('-A', 'A', [CompletionResultType]::ParameterName, 'Server API version to use, ''-'' to lookup')
[CompletionResult]::new('--api', 'api', [CompletionResultType]::ParameterName, 'Server API version to use, ''-'' to lookup')
[CompletionResult]::new('--basic-auth', 'basic-auth', [CompletionResultType]::ParameterName, 'HTTP basic authentication credentials')
[CompletionResult]::new('--basic-auth', 'basic-auth', [CompletionResultType]::ParameterName, 'Protected proxy HTTP basic authentication credentials (not FxA)')
[CompletionResult]::new('-H', 'H', [CompletionResultType]::ParameterName, 'Use the specified history file')
[CompletionResult]::new('--history', 'history', [CompletionResultType]::ParameterName, 'Use the specified history file')
[CompletionResult]::new('-P', 'P', [CompletionResultType]::ParameterName, 'Protect the file with a generated passphrase')
@ -383,7 +383,7 @@ Register-ArgumentCompleter -Native -CommandName 'ffsend' -ScriptBlock {
[CompletionResult]::new('--transfer-timeout', 'transfer-timeout', [CompletionResultType]::ParameterName, 'Transfer timeout (0 to disable)')
[CompletionResult]::new('-A', 'A', [CompletionResultType]::ParameterName, 'Server API version to use, ''-'' to lookup')
[CompletionResult]::new('--api', 'api', [CompletionResultType]::ParameterName, 'Server API version to use, ''-'' to lookup')
[CompletionResult]::new('--basic-auth', 'basic-auth', [CompletionResultType]::ParameterName, 'HTTP basic authentication credentials')
[CompletionResult]::new('--basic-auth', 'basic-auth', [CompletionResultType]::ParameterName, 'Protected proxy HTTP basic authentication credentials (not FxA)')
[CompletionResult]::new('-H', 'H', [CompletionResultType]::ParameterName, 'Use the specified history file')
[CompletionResult]::new('--history', 'history', [CompletionResultType]::ParameterName, 'Use the specified history file')
[CompletionResult]::new('-P', 'P', [CompletionResultType]::ParameterName, 'Protect the file with a generated passphrase')
@ -428,7 +428,7 @@ Register-ArgumentCompleter -Native -CommandName 'ffsend' -ScriptBlock {
[CompletionResult]::new('--transfer-timeout', 'transfer-timeout', [CompletionResultType]::ParameterName, 'Transfer timeout (0 to disable)')
[CompletionResult]::new('-A', 'A', [CompletionResultType]::ParameterName, 'Server API version to use, ''-'' to lookup')
[CompletionResult]::new('--api', 'api', [CompletionResultType]::ParameterName, 'Server API version to use, ''-'' to lookup')
[CompletionResult]::new('--basic-auth', 'basic-auth', [CompletionResultType]::ParameterName, 'HTTP basic authentication credentials')
[CompletionResult]::new('--basic-auth', 'basic-auth', [CompletionResultType]::ParameterName, 'Protected proxy HTTP basic authentication credentials (not FxA)')
[CompletionResult]::new('-H', 'H', [CompletionResultType]::ParameterName, 'Use the specified history file')
[CompletionResult]::new('--history', 'history', [CompletionResultType]::ParameterName, 'Use the specified history file')
[CompletionResult]::new('--help', 'help', [CompletionResultType]::ParameterName, 'Prints help information')
@ -457,7 +457,7 @@ Register-ArgumentCompleter -Native -CommandName 'ffsend' -ScriptBlock {
[CompletionResult]::new('--transfer-timeout', 'transfer-timeout', [CompletionResultType]::ParameterName, 'Transfer timeout (0 to disable)')
[CompletionResult]::new('-A', 'A', [CompletionResultType]::ParameterName, 'Server API version to use, ''-'' to lookup')
[CompletionResult]::new('--api', 'api', [CompletionResultType]::ParameterName, 'Server API version to use, ''-'' to lookup')
[CompletionResult]::new('--basic-auth', 'basic-auth', [CompletionResultType]::ParameterName, 'HTTP basic authentication credentials')
[CompletionResult]::new('--basic-auth', 'basic-auth', [CompletionResultType]::ParameterName, 'Protected proxy HTTP basic authentication credentials (not FxA)')
[CompletionResult]::new('-H', 'H', [CompletionResultType]::ParameterName, 'Use the specified history file')
[CompletionResult]::new('--history', 'history', [CompletionResultType]::ParameterName, 'Use the specified history file')
[CompletionResult]::new('-C', 'C', [CompletionResultType]::ParameterName, 'Clear all history')
@ -487,7 +487,7 @@ Register-ArgumentCompleter -Native -CommandName 'ffsend' -ScriptBlock {
[CompletionResult]::new('--transfer-timeout', 'transfer-timeout', [CompletionResultType]::ParameterName, 'Transfer timeout (0 to disable)')
[CompletionResult]::new('-A', 'A', [CompletionResultType]::ParameterName, 'Server API version to use, ''-'' to lookup')
[CompletionResult]::new('--api', 'api', [CompletionResultType]::ParameterName, 'Server API version to use, ''-'' to lookup')
[CompletionResult]::new('--basic-auth', 'basic-auth', [CompletionResultType]::ParameterName, 'HTTP basic authentication credentials')
[CompletionResult]::new('--basic-auth', 'basic-auth', [CompletionResultType]::ParameterName, 'Protected proxy HTTP basic authentication credentials (not FxA)')
[CompletionResult]::new('-H', 'H', [CompletionResultType]::ParameterName, 'Use the specified history file')
[CompletionResult]::new('--history', 'history', [CompletionResultType]::ParameterName, 'Use the specified history file')
[CompletionResult]::new('-h', 'h', [CompletionResultType]::ParameterName, 'Prints help information')

View file

@ -21,7 +21,7 @@ edit:completion:arg-completer[ffsend] = [@words]{
cand --transfer-timeout 'Transfer timeout (0 to disable)'
cand -A 'Server API version to use, ''-'' to lookup'
cand --api 'Server API version to use, ''-'' to lookup'
cand --basic-auth 'HTTP basic authentication credentials'
cand --basic-auth 'Protected proxy HTTP basic authentication credentials (not FxA)'
cand -H 'Use the specified history file'
cand --history 'Use the specified history file'
cand -f 'Force the action, ignore warnings'
@ -62,7 +62,7 @@ edit:completion:arg-completer[ffsend] = [@words]{
cand --transfer-timeout 'Transfer timeout (0 to disable)'
cand -A 'Server API version to use, ''-'' to lookup'
cand --api 'Server API version to use, ''-'' to lookup'
cand --basic-auth 'HTTP basic authentication credentials'
cand --basic-auth 'Protected proxy HTTP basic authentication credentials (not FxA)'
cand -H 'Use the specified history file'
cand --history 'Use the specified history file'
cand --help 'Prints help information'
@ -90,7 +90,7 @@ edit:completion:arg-completer[ffsend] = [@words]{
cand --transfer-timeout 'Transfer timeout (0 to disable)'
cand -A 'Server API version to use, ''-'' to lookup'
cand --api 'Server API version to use, ''-'' to lookup'
cand --basic-auth 'HTTP basic authentication credentials'
cand --basic-auth 'Protected proxy HTTP basic authentication credentials (not FxA)'
cand -H 'Use the specified history file'
cand --history 'Use the specified history file'
cand -h 'Prints help information'
@ -121,7 +121,7 @@ edit:completion:arg-completer[ffsend] = [@words]{
cand --transfer-timeout 'Transfer timeout (0 to disable)'
cand -A 'Server API version to use, ''-'' to lookup'
cand --api 'Server API version to use, ''-'' to lookup'
cand --basic-auth 'HTTP basic authentication credentials'
cand --basic-auth 'Protected proxy HTTP basic authentication credentials (not FxA)'
cand -H 'Use the specified history file'
cand --history 'Use the specified history file'
cand -e 'Extract an archived file'
@ -150,7 +150,7 @@ edit:completion:arg-completer[ffsend] = [@words]{
cand --transfer-timeout 'Transfer timeout (0 to disable)'
cand -A 'Server API version to use, ''-'' to lookup'
cand --api 'Server API version to use, ''-'' to lookup'
cand --basic-auth 'HTTP basic authentication credentials'
cand --basic-auth 'Protected proxy HTTP basic authentication credentials (not FxA)'
cand -H 'Use the specified history file'
cand --history 'Use the specified history file'
cand -h 'Prints help information'
@ -177,7 +177,7 @@ edit:completion:arg-completer[ffsend] = [@words]{
cand --transfer-timeout 'Transfer timeout (0 to disable)'
cand -A 'Server API version to use, ''-'' to lookup'
cand --api 'Server API version to use, ''-'' to lookup'
cand --basic-auth 'HTTP basic authentication credentials'
cand --basic-auth 'Protected proxy HTTP basic authentication credentials (not FxA)'
cand -H 'Use the specified history file'
cand --history 'Use the specified history file'
cand -h 'Prints help information'
@ -208,7 +208,7 @@ edit:completion:arg-completer[ffsend] = [@words]{
cand --transfer-timeout 'Transfer timeout (0 to disable)'
cand -A 'Server API version to use, ''-'' to lookup'
cand --api 'Server API version to use, ''-'' to lookup'
cand --basic-auth 'HTTP basic authentication credentials'
cand --basic-auth 'Protected proxy HTTP basic authentication credentials (not FxA)'
cand -H 'Use the specified history file'
cand --history 'Use the specified history file'
cand -h 'Prints help information'
@ -235,7 +235,7 @@ edit:completion:arg-completer[ffsend] = [@words]{
cand --transfer-timeout 'Transfer timeout (0 to disable)'
cand -A 'Server API version to use, ''-'' to lookup'
cand --api 'Server API version to use, ''-'' to lookup'
cand --basic-auth 'HTTP basic authentication credentials'
cand --basic-auth 'Protected proxy HTTP basic authentication credentials (not FxA)'
cand -H 'Use the specified history file'
cand --history 'Use the specified history file'
cand -h 'Prints help information'
@ -266,7 +266,7 @@ edit:completion:arg-completer[ffsend] = [@words]{
cand --transfer-timeout 'Transfer timeout (0 to disable)'
cand -A 'Server API version to use, ''-'' to lookup'
cand --api 'Server API version to use, ''-'' to lookup'
cand --basic-auth 'HTTP basic authentication credentials'
cand --basic-auth 'Protected proxy HTTP basic authentication credentials (not FxA)'
cand -H 'Use the specified history file'
cand --history 'Use the specified history file'
cand -h 'Prints help information'
@ -297,7 +297,7 @@ edit:completion:arg-completer[ffsend] = [@words]{
cand --transfer-timeout 'Transfer timeout (0 to disable)'
cand -A 'Server API version to use, ''-'' to lookup'
cand --api 'Server API version to use, ''-'' to lookup'
cand --basic-auth 'HTTP basic authentication credentials'
cand --basic-auth 'Protected proxy HTTP basic authentication credentials (not FxA)'
cand -H 'Use the specified history file'
cand --history 'Use the specified history file'
cand -h 'Prints help information'
@ -328,7 +328,7 @@ edit:completion:arg-completer[ffsend] = [@words]{
cand --transfer-timeout 'Transfer timeout (0 to disable)'
cand -A 'Server API version to use, ''-'' to lookup'
cand --api 'Server API version to use, ''-'' to lookup'
cand --basic-auth 'HTTP basic authentication credentials'
cand --basic-auth 'Protected proxy HTTP basic authentication credentials (not FxA)'
cand -H 'Use the specified history file'
cand --history 'Use the specified history file'
cand -P 'Protect the file with a generated passphrase'
@ -367,7 +367,7 @@ edit:completion:arg-completer[ffsend] = [@words]{
cand --transfer-timeout 'Transfer timeout (0 to disable)'
cand -A 'Server API version to use, ''-'' to lookup'
cand --api 'Server API version to use, ''-'' to lookup'
cand --basic-auth 'HTTP basic authentication credentials'
cand --basic-auth 'Protected proxy HTTP basic authentication credentials (not FxA)'
cand -H 'Use the specified history file'
cand --history 'Use the specified history file'
cand -P 'Protect the file with a generated passphrase'
@ -411,7 +411,7 @@ edit:completion:arg-completer[ffsend] = [@words]{
cand --transfer-timeout 'Transfer timeout (0 to disable)'
cand -A 'Server API version to use, ''-'' to lookup'
cand --api 'Server API version to use, ''-'' to lookup'
cand --basic-auth 'HTTP basic authentication credentials'
cand --basic-auth 'Protected proxy HTTP basic authentication credentials (not FxA)'
cand -H 'Use the specified history file'
cand --history 'Use the specified history file'
cand --help 'Prints help information'
@ -439,7 +439,7 @@ edit:completion:arg-completer[ffsend] = [@words]{
cand --transfer-timeout 'Transfer timeout (0 to disable)'
cand -A 'Server API version to use, ''-'' to lookup'
cand --api 'Server API version to use, ''-'' to lookup'
cand --basic-auth 'HTTP basic authentication credentials'
cand --basic-auth 'Protected proxy HTTP basic authentication credentials (not FxA)'
cand -H 'Use the specified history file'
cand --history 'Use the specified history file'
cand -C 'Clear all history'
@ -468,7 +468,7 @@ edit:completion:arg-completer[ffsend] = [@words]{
cand --transfer-timeout 'Transfer timeout (0 to disable)'
cand -A 'Server API version to use, ''-'' to lookup'
cand --api 'Server API version to use, ''-'' to lookup'
cand --basic-auth 'HTTP basic authentication credentials'
cand --basic-auth 'Protected proxy HTTP basic authentication credentials (not FxA)'
cand -H 'Use the specified history file'
cand --history 'Use the specified history file'
cand -h 'Prints help information'

View file

@ -1,7 +1,7 @@
complete -c ffsend -n "__fish_use_subcommand" -s t -l timeout -d 'Request timeout (0 to disable)'
complete -c ffsend -n "__fish_use_subcommand" -s T -l transfer-timeout -d 'Transfer timeout (0 to disable)'
complete -c ffsend -n "__fish_use_subcommand" -s A -l api -d 'Server API version to use, \'-\' to lookup'
complete -c ffsend -n "__fish_use_subcommand" -l basic-auth -d 'HTTP basic authentication credentials'
complete -c ffsend -n "__fish_use_subcommand" -l basic-auth -d 'Protected proxy HTTP basic authentication credentials (not FxA)'
complete -c ffsend -n "__fish_use_subcommand" -s H -l history -d 'Use the specified history file'
complete -c ffsend -n "__fish_use_subcommand" -s f -l force -d 'Force the action, ignore warnings'
complete -c ffsend -n "__fish_use_subcommand" -s I -l no-interact -d 'Not interactive, do not prompt'
@ -27,7 +27,7 @@ complete -c ffsend -n "__fish_seen_subcommand_from debug" -s h -l host -d 'The r
complete -c ffsend -n "__fish_seen_subcommand_from debug" -s t -l timeout -d 'Request timeout (0 to disable)'
complete -c ffsend -n "__fish_seen_subcommand_from debug" -s T -l transfer-timeout -d 'Transfer timeout (0 to disable)'
complete -c ffsend -n "__fish_seen_subcommand_from debug" -s A -l api -d 'Server API version to use, \'-\' to lookup'
complete -c ffsend -n "__fish_seen_subcommand_from debug" -l basic-auth -d 'HTTP basic authentication credentials'
complete -c ffsend -n "__fish_seen_subcommand_from debug" -l basic-auth -d 'Protected proxy HTTP basic authentication credentials (not FxA)'
complete -c ffsend -n "__fish_seen_subcommand_from debug" -s H -l history -d 'Use the specified history file'
complete -c ffsend -n "__fish_seen_subcommand_from debug" -l help -d 'Prints help information'
complete -c ffsend -n "__fish_seen_subcommand_from debug" -s V -l version -d 'Prints version information'
@ -41,7 +41,7 @@ complete -c ffsend -n "__fish_seen_subcommand_from delete" -s o -l owner -d 'Spe
complete -c ffsend -n "__fish_seen_subcommand_from delete" -s t -l timeout -d 'Request timeout (0 to disable)'
complete -c ffsend -n "__fish_seen_subcommand_from delete" -s T -l transfer-timeout -d 'Transfer timeout (0 to disable)'
complete -c ffsend -n "__fish_seen_subcommand_from delete" -s A -l api -d 'Server API version to use, \'-\' to lookup'
complete -c ffsend -n "__fish_seen_subcommand_from delete" -l basic-auth -d 'HTTP basic authentication credentials'
complete -c ffsend -n "__fish_seen_subcommand_from delete" -l basic-auth -d 'Protected proxy HTTP basic authentication credentials (not FxA)'
complete -c ffsend -n "__fish_seen_subcommand_from delete" -s H -l history -d 'Use the specified history file'
complete -c ffsend -n "__fish_seen_subcommand_from delete" -s h -l help -d 'Prints help information'
complete -c ffsend -n "__fish_seen_subcommand_from delete" -s V -l version -d 'Prints version information'
@ -56,7 +56,7 @@ complete -c ffsend -n "__fish_seen_subcommand_from download" -s o -l output -d '
complete -c ffsend -n "__fish_seen_subcommand_from download" -s t -l timeout -d 'Request timeout (0 to disable)'
complete -c ffsend -n "__fish_seen_subcommand_from download" -s T -l transfer-timeout -d 'Transfer timeout (0 to disable)'
complete -c ffsend -n "__fish_seen_subcommand_from download" -s A -l api -d 'Server API version to use, \'-\' to lookup'
complete -c ffsend -n "__fish_seen_subcommand_from download" -l basic-auth -d 'HTTP basic authentication credentials'
complete -c ffsend -n "__fish_seen_subcommand_from download" -l basic-auth -d 'Protected proxy HTTP basic authentication credentials (not FxA)'
complete -c ffsend -n "__fish_seen_subcommand_from download" -s H -l history -d 'Use the specified history file'
complete -c ffsend -n "__fish_seen_subcommand_from download" -s e -l extract -d 'Extract an archived file'
complete -c ffsend -n "__fish_seen_subcommand_from download" -s h -l help -d 'Prints help information'
@ -70,7 +70,7 @@ complete -c ffsend -n "__fish_seen_subcommand_from download" -s i -l incognito -
complete -c ffsend -n "__fish_seen_subcommand_from exists" -s t -l timeout -d 'Request timeout (0 to disable)'
complete -c ffsend -n "__fish_seen_subcommand_from exists" -s T -l transfer-timeout -d 'Transfer timeout (0 to disable)'
complete -c ffsend -n "__fish_seen_subcommand_from exists" -s A -l api -d 'Server API version to use, \'-\' to lookup'
complete -c ffsend -n "__fish_seen_subcommand_from exists" -l basic-auth -d 'HTTP basic authentication credentials'
complete -c ffsend -n "__fish_seen_subcommand_from exists" -l basic-auth -d 'Protected proxy HTTP basic authentication credentials (not FxA)'
complete -c ffsend -n "__fish_seen_subcommand_from exists" -s H -l history -d 'Use the specified history file'
complete -c ffsend -n "__fish_seen_subcommand_from exists" -s h -l help -d 'Prints help information'
complete -c ffsend -n "__fish_seen_subcommand_from exists" -s V -l version -d 'Prints version information'
@ -83,7 +83,7 @@ complete -c ffsend -n "__fish_seen_subcommand_from exists" -s i -l incognito -d
complete -c ffsend -n "__fish_seen_subcommand_from generate" -s t -l timeout -d 'Request timeout (0 to disable)'
complete -c ffsend -n "__fish_seen_subcommand_from generate" -s T -l transfer-timeout -d 'Transfer timeout (0 to disable)'
complete -c ffsend -n "__fish_seen_subcommand_from generate" -s A -l api -d 'Server API version to use, \'-\' to lookup'
complete -c ffsend -n "__fish_seen_subcommand_from generate" -l basic-auth -d 'HTTP basic authentication credentials'
complete -c ffsend -n "__fish_seen_subcommand_from generate" -l basic-auth -d 'Protected proxy HTTP basic authentication credentials (not FxA)'
complete -c ffsend -n "__fish_seen_subcommand_from generate" -s H -l history -d 'Use the specified history file'
complete -c ffsend -n "__fish_seen_subcommand_from generate" -s h -l help -d 'Prints help information'
complete -c ffsend -n "__fish_seen_subcommand_from generate" -s V -l version -d 'Prints version information'
@ -99,7 +99,7 @@ complete -c ffsend -n "__fish_seen_subcommand_from completions" -s o -l output -
complete -c ffsend -n "__fish_seen_subcommand_from completions" -s t -l timeout -d 'Request timeout (0 to disable)'
complete -c ffsend -n "__fish_seen_subcommand_from completions" -s T -l transfer-timeout -d 'Transfer timeout (0 to disable)'
complete -c ffsend -n "__fish_seen_subcommand_from completions" -s A -l api -d 'Server API version to use, \'-\' to lookup'
complete -c ffsend -n "__fish_seen_subcommand_from completions" -l basic-auth -d 'HTTP basic authentication credentials'
complete -c ffsend -n "__fish_seen_subcommand_from completions" -l basic-auth -d 'Protected proxy HTTP basic authentication credentials (not FxA)'
complete -c ffsend -n "__fish_seen_subcommand_from completions" -s H -l history -d 'Use the specified history file'
complete -c ffsend -n "__fish_seen_subcommand_from completions" -s h -l help -d 'Prints help information'
complete -c ffsend -n "__fish_seen_subcommand_from completions" -s V -l version -d 'Prints version information'
@ -112,7 +112,7 @@ complete -c ffsend -n "__fish_seen_subcommand_from completions" -s i -l incognit
complete -c ffsend -n "__fish_seen_subcommand_from help" -s t -l timeout -d 'Request timeout (0 to disable)'
complete -c ffsend -n "__fish_seen_subcommand_from help" -s T -l transfer-timeout -d 'Transfer timeout (0 to disable)'
complete -c ffsend -n "__fish_seen_subcommand_from help" -s A -l api -d 'Server API version to use, \'-\' to lookup'
complete -c ffsend -n "__fish_seen_subcommand_from help" -l basic-auth -d 'HTTP basic authentication credentials'
complete -c ffsend -n "__fish_seen_subcommand_from help" -l basic-auth -d 'Protected proxy HTTP basic authentication credentials (not FxA)'
complete -c ffsend -n "__fish_seen_subcommand_from help" -s H -l history -d 'Use the specified history file'
complete -c ffsend -n "__fish_seen_subcommand_from help" -s h -l help -d 'Prints help information'
complete -c ffsend -n "__fish_seen_subcommand_from help" -s V -l version -d 'Prints version information'
@ -127,7 +127,7 @@ complete -c ffsend -n "__fish_seen_subcommand_from info" -s p -l password -d 'Un
complete -c ffsend -n "__fish_seen_subcommand_from info" -s t -l timeout -d 'Request timeout (0 to disable)'
complete -c ffsend -n "__fish_seen_subcommand_from info" -s T -l transfer-timeout -d 'Transfer timeout (0 to disable)'
complete -c ffsend -n "__fish_seen_subcommand_from info" -s A -l api -d 'Server API version to use, \'-\' to lookup'
complete -c ffsend -n "__fish_seen_subcommand_from info" -l basic-auth -d 'HTTP basic authentication credentials'
complete -c ffsend -n "__fish_seen_subcommand_from info" -l basic-auth -d 'Protected proxy HTTP basic authentication credentials (not FxA)'
complete -c ffsend -n "__fish_seen_subcommand_from info" -s H -l history -d 'Use the specified history file'
complete -c ffsend -n "__fish_seen_subcommand_from info" -s h -l help -d 'Prints help information'
complete -c ffsend -n "__fish_seen_subcommand_from info" -s V -l version -d 'Prints version information'
@ -142,7 +142,7 @@ complete -c ffsend -n "__fish_seen_subcommand_from parameters" -s d -l download-
complete -c ffsend -n "__fish_seen_subcommand_from parameters" -s t -l timeout -d 'Request timeout (0 to disable)'
complete -c ffsend -n "__fish_seen_subcommand_from parameters" -s T -l transfer-timeout -d 'Transfer timeout (0 to disable)'
complete -c ffsend -n "__fish_seen_subcommand_from parameters" -s A -l api -d 'Server API version to use, \'-\' to lookup'
complete -c ffsend -n "__fish_seen_subcommand_from parameters" -l basic-auth -d 'HTTP basic authentication credentials'
complete -c ffsend -n "__fish_seen_subcommand_from parameters" -l basic-auth -d 'Protected proxy HTTP basic authentication credentials (not FxA)'
complete -c ffsend -n "__fish_seen_subcommand_from parameters" -s H -l history -d 'Use the specified history file'
complete -c ffsend -n "__fish_seen_subcommand_from parameters" -s h -l help -d 'Prints help information'
complete -c ffsend -n "__fish_seen_subcommand_from parameters" -s V -l version -d 'Prints version information'
@ -157,7 +157,7 @@ complete -c ffsend -n "__fish_seen_subcommand_from password" -s o -l owner -d 'S
complete -c ffsend -n "__fish_seen_subcommand_from password" -s t -l timeout -d 'Request timeout (0 to disable)'
complete -c ffsend -n "__fish_seen_subcommand_from password" -s T -l transfer-timeout -d 'Transfer timeout (0 to disable)'
complete -c ffsend -n "__fish_seen_subcommand_from password" -s A -l api -d 'Server API version to use, \'-\' to lookup'
complete -c ffsend -n "__fish_seen_subcommand_from password" -l basic-auth -d 'HTTP basic authentication credentials'
complete -c ffsend -n "__fish_seen_subcommand_from password" -l basic-auth -d 'Protected proxy HTTP basic authentication credentials (not FxA)'
complete -c ffsend -n "__fish_seen_subcommand_from password" -s H -l history -d 'Use the specified history file'
complete -c ffsend -n "__fish_seen_subcommand_from password" -s P -l gen-passphrase -d 'Protect the file with a generated passphrase'
complete -c ffsend -n "__fish_seen_subcommand_from password" -s h -l help -d 'Prints help information'
@ -176,7 +176,7 @@ complete -c ffsend -n "__fish_seen_subcommand_from upload" -s n -l name -d 'Rena
complete -c ffsend -n "__fish_seen_subcommand_from upload" -s t -l timeout -d 'Request timeout (0 to disable)'
complete -c ffsend -n "__fish_seen_subcommand_from upload" -s T -l transfer-timeout -d 'Transfer timeout (0 to disable)'
complete -c ffsend -n "__fish_seen_subcommand_from upload" -s A -l api -d 'Server API version to use, \'-\' to lookup'
complete -c ffsend -n "__fish_seen_subcommand_from upload" -l basic-auth -d 'HTTP basic authentication credentials'
complete -c ffsend -n "__fish_seen_subcommand_from upload" -l basic-auth -d 'Protected proxy HTTP basic authentication credentials (not FxA)'
complete -c ffsend -n "__fish_seen_subcommand_from upload" -s H -l history -d 'Use the specified history file'
complete -c ffsend -n "__fish_seen_subcommand_from upload" -s P -l gen-passphrase -d 'Protect the file with a generated passphrase'
complete -c ffsend -n "__fish_seen_subcommand_from upload" -s o -l open -d 'Open the share link in your browser'
@ -198,7 +198,7 @@ complete -c ffsend -n "__fish_seen_subcommand_from version" -s h -l host -d 'The
complete -c ffsend -n "__fish_seen_subcommand_from version" -s t -l timeout -d 'Request timeout (0 to disable)'
complete -c ffsend -n "__fish_seen_subcommand_from version" -s T -l transfer-timeout -d 'Transfer timeout (0 to disable)'
complete -c ffsend -n "__fish_seen_subcommand_from version" -s A -l api -d 'Server API version to use, \'-\' to lookup'
complete -c ffsend -n "__fish_seen_subcommand_from version" -l basic-auth -d 'HTTP basic authentication credentials'
complete -c ffsend -n "__fish_seen_subcommand_from version" -l basic-auth -d 'Protected proxy HTTP basic authentication credentials (not FxA)'
complete -c ffsend -n "__fish_seen_subcommand_from version" -s H -l history -d 'Use the specified history file'
complete -c ffsend -n "__fish_seen_subcommand_from version" -l help -d 'Prints help information'
complete -c ffsend -n "__fish_seen_subcommand_from version" -s V -l version -d 'Prints version information'
@ -212,7 +212,7 @@ complete -c ffsend -n "__fish_seen_subcommand_from history" -s R -l rm -d 'Remov
complete -c ffsend -n "__fish_seen_subcommand_from history" -s t -l timeout -d 'Request timeout (0 to disable)'
complete -c ffsend -n "__fish_seen_subcommand_from history" -s T -l transfer-timeout -d 'Transfer timeout (0 to disable)'
complete -c ffsend -n "__fish_seen_subcommand_from history" -s A -l api -d 'Server API version to use, \'-\' to lookup'
complete -c ffsend -n "__fish_seen_subcommand_from history" -l basic-auth -d 'HTTP basic authentication credentials'
complete -c ffsend -n "__fish_seen_subcommand_from history" -l basic-auth -d 'Protected proxy HTTP basic authentication credentials (not FxA)'
complete -c ffsend -n "__fish_seen_subcommand_from history" -s H -l history -d 'Use the specified history file'
complete -c ffsend -n "__fish_seen_subcommand_from history" -s C -l clear -d 'Clear all history'
complete -c ffsend -n "__fish_seen_subcommand_from history" -s h -l help -d 'Prints help information'
@ -226,7 +226,7 @@ complete -c ffsend -n "__fish_seen_subcommand_from history" -s i -l incognito -d
complete -c ffsend -n "__fish_seen_subcommand_from help" -s t -l timeout -d 'Request timeout (0 to disable)'
complete -c ffsend -n "__fish_seen_subcommand_from help" -s T -l transfer-timeout -d 'Transfer timeout (0 to disable)'
complete -c ffsend -n "__fish_seen_subcommand_from help" -s A -l api -d 'Server API version to use, \'-\' to lookup'
complete -c ffsend -n "__fish_seen_subcommand_from help" -l basic-auth -d 'HTTP basic authentication credentials'
complete -c ffsend -n "__fish_seen_subcommand_from help" -l basic-auth -d 'Protected proxy HTTP basic authentication credentials (not FxA)'
complete -c ffsend -n "__fish_seen_subcommand_from help" -s H -l history -d 'Use the specified history file'
complete -c ffsend -n "__fish_seen_subcommand_from help" -s h -l help -d 'Prints help information'
complete -c ffsend -n "__fish_seen_subcommand_from help" -s V -l version -d 'Prints version information'

View file

@ -20,7 +20,7 @@ impl CmdArg for ArgBasicAuth {
.env("FFSEND_BASIC_AUTH")
.hide_env_values(true)
.global(true)
.help("HTTP basic authentication credentials")
.help("Protected proxy HTTP basic authentication credentials (not FxA)")
}
}