From 3aa044d7228f7fa0ec63eac270e20a7c4945a2bb Mon Sep 17 00:00:00 2001 From: Jacob Yundt Date: Thu, 4 May 2017 13:24:34 -0400 Subject: [PATCH] Add mirror edit option to bash auto-complete Fixes smira/aptly#563 --- bash_completion.d/aptly | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash_completion.d/aptly b/bash_completion.d/aptly index 2c279939..7c6e06db 100644 --- a/bash_completion.d/aptly +++ b/bash_completion.d/aptly @@ -61,7 +61,7 @@ _aptly() 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" + mirror_subcommands="create drop edit show list rename search update" publish_subcommands="drop list repo snapshot switch update" snapshot_subcommands="create diff drop filter list merge pull rename search show verify" repo_subcommands="add copy create drop edit import include list move remove rename search show"