Skip to content

Commit b1591fe

Browse files
committed
Fix: not exit the program when exiting the pager #20
1 parent 7c94806 commit b1591fe

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

main.go

-3
Original file line numberDiff line numberDiff line change
@@ -204,9 +204,6 @@ func initApp() *cli.App {
204204
int(exitCodeErrPager),
205205
)
206206
}
207-
208-
// nolint:staticcheck
209-
return cli.Exit("", int(exitCodeOK))
210207
}
211208
},
212209
},

0 commit comments

Comments
 (0)