X-Git-Url: https://git.kaliko.me/?a=blobdiff_plain;f=data%2Fbash%2Fcompletion.sh;h=0fc633f15d9477feaeabdd11cac4b3d8464436fd;hb=87ae570e77c6ad9d1a1669355addd1b165a83677;hp=11f1713ff5c50edcf84dd50dfa3dbb794762ea4c;hpb=a3d395dcb801e2e9399ba2469e851b0e591f4cd3;p=mpd-sima.git diff --git a/data/bash/completion.sh b/data/bash/completion.sh index 11f1713..0fc633f 100644 --- a/data/bash/completion.sh +++ b/data/bash/completion.sh @@ -36,7 +36,9 @@ _sima() { --var-dir \ -d --daemon \ config-test \ - generate-config" + create-db \ + generate-config \ + purge-history" if [[ ${cur} == -* || ${COMP_CWORD} -eq 1 ]] ; then COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )