X-Git-Url: https://git.toastfreeware.priv.at/gregoa/bti.git/blobdiff_plain/5145187818c726e46ad5ad8dc3b8a2c3dca689d3..68f47b095684684e4247265e02ba8c0d12ba26b8:/bti-bashcompletion diff --git a/bti-bashcompletion b/bti-bashcompletion index ff5d9a2..e627ae2 100644 --- a/bti-bashcompletion +++ b/bti-bashcompletion @@ -5,10 +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 -s -n -g -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 --dry-run --shrink-urls --page --version --verbose \ - --help" -- ${cur}) ) + --help --replyto --retweet" -- ${cur}) ) fi if [[ "${prev}" == "--host" ]] ; then