aboutsummaryrefslogtreecommitdiffstats
path: root/commands/compose/attach-key.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/compose/attach-key.go')
-rw-r--r--commands/compose/attach-key.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/commands/compose/attach-key.go b/commands/compose/attach-key.go
index e81a6a5a..6ba5eae0 100644
--- a/commands/compose/attach-key.go
+++ b/commands/compose/attach-key.go
@@ -14,10 +14,6 @@ func (AttachKey) Aliases() []string {
return []string{"attach-key"}
}
-func (AttachKey) Complete(args []string) []string {
- return nil
-}
-
func (AttachKey) Execute(args []string) error {
composer, _ := app.SelectedTabContent().(*app.Composer)
return composer.SetAttachKey(!composer.AttachKey())