]> kaliko git repositories - mpd-sima.git/blobdiff - data/bash/completion.sh
Add missing command in bash completion
[mpd-sima.git] / data / bash / completion.sh
index 11f1713ff5c50edcf84dd50dfa3dbb794762ea4c..0fc633f15d9477feaeabdd11cac4b3d8464436fd 100644 (file)
@@ -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}) )