diff options
Diffstat (limited to 'commands/compose/edit.go')
-rw-r--r-- | commands/compose/edit.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/commands/compose/edit.go b/commands/compose/edit.go index 80f4e6f4..1929f45a 100644 --- a/commands/compose/edit.go +++ b/commands/compose/edit.go @@ -20,10 +20,6 @@ func (Edit) Aliases() []string { return []string{"edit"} } -func (Edit) Complete(args []string) []string { - return nil -} - func (e Edit) Execute(args []string) error { composer, ok := app.SelectedTabContent().(*app.Composer) if !ok { |