Update bash completion

This commit is contained in:
Andrey Smirnov
2017-03-28 22:58:53 +03:00
parent 85b4a8b1ae
commit eb48460b7b

View File

@@ -58,7 +58,7 @@ _aptly()
prev="${COMP_WORDS[COMP_CWORD-1]}"
commands="api config db graph mirror package publish repo serve snapshot task version"
options="-architectures= -config= -dep-follow-all-variants -dep-follow-recommends -dep-follow-source -dep-follow-suggests"
options="-architectures= -config= -dep-follow-all-variants -dep-follow-recommends -dep-follow-source -dep-follow-suggests -dep-verbose-resolve"
db_subcommands="cleanup recover"
mirror_subcommands="create drop show list rename search update"