From 2077d8fa2cdadb03f8f04f7f939c8b884f08c7c0 Mon Sep 17 00:00:00 2001 From: Radhi Fadlillah Date: Mon, 10 Jun 2019 08:44:31 +0700 Subject: [PATCH] Fix: open doesnt stop after using text mode --- internal/cmd/open.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/cmd/open.go b/internal/cmd/open.go index 4056c75c..5845a244 100644 --- a/internal/cmd/open.go +++ b/internal/cmd/open.go @@ -117,6 +117,7 @@ func openHandler(cmd *cobra.Command, args []string) { cSymbol.Println(strings.Repeat("=", termWidth)) fmt.Println() } + return } // Open archive