mirror of
https://github.com/charmbracelet/glow
synced 2024-11-10 06:04:18 +00:00
Remove exit message
As already discussed in https://github.com/charmbracelet/glow/issues/329 the exit message can be a bit irritating, especially when integrating glow into scripts/etc. PR https://github.com/charmbracelet/glow/pull/331 did more than just remove the exit message but was since closed by the requestor.
This commit is contained in:
parent
01d9858f7c
commit
e078953667
1 changed files with 0 additions and 2 deletions
2
main.go
2
main.go
|
@ -353,8 +353,6 @@ func runTUI(workingDirectory string, stashedOnly bool) error {
|
|||
return err
|
||||
}
|
||||
|
||||
// Exit message
|
||||
fmt.Printf("\n Thanks for using Glow!\n\n")
|
||||
return nil
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue