|
@@ -2057,7 +2057,7 @@ _ffsend() {
|
|
|
return 0
|
|
|
;;
|
|
|
ffsend__u)
|
|
|
- opts=" -P -o -a -c -C -S -Q -V -f -I -y -q -v -i -p -d -h -n -t -T -A -H --gen-passphrase --open --archive --copy --copy-cmd --shorten --qrcode --help --version --force --no-interact --yes --quiet --verbose --incognito --password --download-limit --host --name --timeout --transfer-timeout --api --basic-auth --history <FILE>... "
|
|
|
+ opts=" -P -o -a -c -C -S -Q -V -f -I -y -q -v -i -p -d -e -h -n -t -T -A -H --gen-passphrase --open --archive --copy --copy-cmd --shorten --qrcode --help --version --force --no-interact --yes --quiet --verbose --incognito --password --download-limit --expiry-time --host --name --timeout --transfer-timeout --api --basic-auth --history <FILE>... "
|
|
|
if [[ ${cur} == -* || ${COMP_CWORD} -eq 2 ]] ; then
|
|
|
COMPREPLY=( $(compgen -W "${opts}" -- "${cur}") )
|
|
|
return 0
|
|
@@ -2080,6 +2080,14 @@ _ffsend() {
|
|
|
COMPREPLY=($(compgen -f "${cur}"))
|
|
|
return 0
|
|
|
;;
|
|
|
+ --expiry-time)
|
|
|
+ COMPREPLY=($(compgen -f "${cur}"))
|
|
|
+ return 0
|
|
|
+ ;;
|
|
|
+ -e)
|
|
|
+ COMPREPLY=($(compgen -f "${cur}"))
|
|
|
+ return 0
|
|
|
+ ;;
|
|
|
--host)
|
|
|
COMPREPLY=($(compgen -f "${cur}"))
|
|
|
return 0
|
|
@@ -2140,7 +2148,7 @@ _ffsend() {
|
|
|
return 0
|
|
|
;;
|
|
|
ffsend__up)
|
|
|
- opts=" -P -o -a -c -C -S -Q -V -f -I -y -q -v -i -p -d -h -n -t -T -A -H --gen-passphrase --open --archive --copy --copy-cmd --shorten --qrcode --help --version --force --no-interact --yes --quiet --verbose --incognito --password --download-limit --host --name --timeout --transfer-timeout --api --basic-auth --history <FILE>... "
|
|
|
+ opts=" -P -o -a -c -C -S -Q -V -f -I -y -q -v -i -p -d -e -h -n -t -T -A -H --gen-passphrase --open --archive --copy --copy-cmd --shorten --qrcode --help --version --force --no-interact --yes --quiet --verbose --incognito --password --download-limit --expiry-time --host --name --timeout --transfer-timeout --api --basic-auth --history <FILE>... "
|
|
|
if [[ ${cur} == -* || ${COMP_CWORD} -eq 2 ]] ; then
|
|
|
COMPREPLY=( $(compgen -W "${opts}" -- "${cur}") )
|
|
|
return 0
|
|
@@ -2163,6 +2171,14 @@ _ffsend() {
|
|
|
COMPREPLY=($(compgen -f "${cur}"))
|
|
|
return 0
|
|
|
;;
|
|
|
+ --expiry-time)
|
|
|
+ COMPREPLY=($(compgen -f "${cur}"))
|
|
|
+ return 0
|
|
|
+ ;;
|
|
|
+ -e)
|
|
|
+ COMPREPLY=($(compgen -f "${cur}"))
|
|
|
+ return 0
|
|
|
+ ;;
|
|
|
--host)
|
|
|
COMPREPLY=($(compgen -f "${cur}"))
|
|
|
return 0
|
|
@@ -2223,7 +2239,7 @@ _ffsend() {
|
|
|
return 0
|
|
|
;;
|
|
|
ffsend__upload)
|
|
|
- opts=" -P -o -a -c -C -S -Q -V -f -I -y -q -v -i -p -d -h -n -t -T -A -H --gen-passphrase --open --archive --copy --copy-cmd --shorten --qrcode --help --version --force --no-interact --yes --quiet --verbose --incognito --password --download-limit --host --name --timeout --transfer-timeout --api --basic-auth --history <FILE>... "
|
|
|
+ opts=" -P -o -a -c -C -S -Q -V -f -I -y -q -v -i -p -d -e -h -n -t -T -A -H --gen-passphrase --open --archive --copy --copy-cmd --shorten --qrcode --help --version --force --no-interact --yes --quiet --verbose --incognito --password --download-limit --expiry-time --host --name --timeout --transfer-timeout --api --basic-auth --history <FILE>... "
|
|
|
if [[ ${cur} == -* || ${COMP_CWORD} -eq 2 ]] ; then
|
|
|
COMPREPLY=( $(compgen -W "${opts}" -- "${cur}") )
|
|
|
return 0
|
|
@@ -2246,6 +2262,14 @@ _ffsend() {
|
|
|
COMPREPLY=($(compgen -f "${cur}"))
|
|
|
return 0
|
|
|
;;
|
|
|
+ --expiry-time)
|
|
|
+ COMPREPLY=($(compgen -f "${cur}"))
|
|
|
+ return 0
|
|
|
+ ;;
|
|
|
+ -e)
|
|
|
+ COMPREPLY=($(compgen -f "${cur}"))
|
|
|
+ return 0
|
|
|
+ ;;
|
|
|
--host)
|
|
|
COMPREPLY=($(compgen -f "${cur}"))
|
|
|
return 0
|