Imported Upstream version 0.9.5

This commit is contained in:
Sébastien Delafond
2015-05-15 10:45:09 +02:00
parent fbac926044
commit 9141f1b343
26 changed files with 446 additions and 54 deletions
+12
View File
@@ -572,5 +572,17 @@ _aptly()
;;
esac
;;
"db")
case "$subcmd" in
"cleanup")
if [[ $numargs -eq 0 ]]; then
if [[ "$cur" == -* ]]; then
COMPREPLY=($(compgen -W "-dry-run -verbose" -- ${cur}))
fi
return 0
fi
;;
esac
;;
esac
} && complete -F _aptly aptly