Skip to content

Commit

Permalink
Fix: not exit the program when exiting the pager #20
Browse files Browse the repository at this point in the history
  • Loading branch information
sheepla committed Jun 4, 2022
1 parent 7c94806 commit b1591fe
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -204,9 +204,6 @@ func initApp() *cli.App {
int(exitCodeErrPager),
)
}

// nolint:staticcheck
return cli.Exit("", int(exitCodeOK))
}
},
},
Expand Down

0 comments on commit b1591fe

Please sign in to comment.