X-Git-Url: https://git.toastfreeware.priv.at/gregoa/bti.git/blobdiff_plain/5252227bd949c765ff610b8a8ce53c134a300612..f4584ef10960213549bd55790efb9a73eef37c7d:/bti-bashcompletion diff --git a/bti-bashcompletion b/bti-bashcompletion index 3b0f4d4..e627ae2 100644 --- a/bti-bashcompletion +++ b/bti-bashcompletion @@ -5,9 +5,10 @@ _bti() cur="${COMP_WORDS[COMP_CWORD]}" prev="${COMP_WORDS[COMP_CWORD-1]}" if [[ "${cur}" == -* ]] ; then - COMPREPLY=( $(compgen -W "-a -A -p -P -H -b -d -v -h + COMPREPLY=( $(compgen -W "-a -A -p -P -H -b -d -v -s -n -g -h -r --account --action --password --proxy --host --bash \ - --user --debug --version --help" -- ${cur}) ) + --user --debug --dry-run --shrink-urls --page --version --verbose \ + --help --replyto --retweet" -- ${cur}) ) fi if [[ "${prev}" == "--host" ]] ; then