]> kaliko git repositories - mpd-sima.git/blobdiff - data/bash/completion.sh
Add new command purge-history
[mpd-sima.git] / data / bash / completion.sh
index 11f1713ff5c50edcf84dd50dfa3dbb794762ea4c..3defa7221b2bc6d696f51640a0c1e6fdc75eb584 100644 (file)
@@ -36,7 +36,8 @@ _sima() {
           --var-dir \
           -d --daemon \
           config-test \
-          generate-config"
+          generate-config \
+          purge-history"
 
     if [[ ${cur} == -* || ${COMP_CWORD} -eq 1 ]] ; then
         COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )