mirror of
https://github.com/go-shiori/shiori.git
synced 2025-02-22 06:53:22 +08:00
Fix: open doesnt stop after using text mode
This commit is contained in:
parent
10ddb3fbbe
commit
2077d8fa2c
1 changed files with 1 additions and 0 deletions
|
@ -117,6 +117,7 @@ func openHandler(cmd *cobra.Command, args []string) {
|
|||
cSymbol.Println(strings.Repeat("=", termWidth))
|
||||
fmt.Println()
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
// Open archive
|
||||
|
|
Loading…
Reference in a new issue