From f9377b2aa6ae64b8d2d4550ecab3b6bca3c11c06 Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Wed, 31 May 2017 01:18:05 +0300 Subject: [PATCH] Update bash completion for new flag --- bash_completion.d/aptly | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bash_completion.d/aptly b/bash_completion.d/aptly index ed180460..2bd4b0ce 100644 --- a/bash_completion.d/aptly +++ b/bash_completion.d/aptly @@ -58,8 +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= -db-open-attempts= -dep-follow-all-variants -dep-follow-recommends -dep-follow-source -dep-follow-suggests -dep-verbose-resolve" - + options="-architectures= -config= -db-open-attempts= -dep-follow-all-variants -dep-follow-recommends -dep-follow-source -dep-follow-suggests -dep-verbose-resolve -gpg-provider=" db_subcommands="cleanup recover" mirror_subcommands="create drop edit show list rename search update" publish_subcommands="drop list repo snapshot switch update"