Skip to content

Commit

Permalink
only go to full screen in watch mode
Browse files Browse the repository at this point in the history
  • Loading branch information
wwsean08 committed May 11, 2023
1 parent 2eb0df5 commit 2267ee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ with the ability to poll it every minute to keep an eye on ongoing incidents.`,
if err != nil {
log.Fatal(err)
}
area, _ := pterm.DefaultArea.WithFullscreen().Start()
area, _ := pterm.DefaultArea.WithFullscreen(watch).Start()
client := status.NewClient()
outputComponentsBox := ""
outputIncidentsBox := ""
Expand Down

0 comments on commit 2267ee1

Please sign in to comment.