Skip to content

Commit

Permalink
fixed version output
Browse files Browse the repository at this point in the history
  • Loading branch information
dundee committed Feb 15, 2021
1 parent 3fc16a1 commit d6e1199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ However HDDs work as well, but the performance gain is not so huge.

var app *tview.Application = nil

if !rf.NonInteractive && istty {
if !rf.ShowVersion && !rf.NonInteractive && istty {
screen, err := tcell.NewScreen()
if err != nil {
return fmt.Errorf("Error creating screen: %w", err)
Expand Down

0 comments on commit d6e1199

Please sign in to comment.