We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29ff77a commit e39721fCopy full SHA for e39721f
pkg/schema/schema.go
@@ -195,7 +195,7 @@ type Terminal struct {
195
}
196
197
func (t *Terminal) IsPagerEnabled() bool {
198
- return t.Pager == "" || t.Pager == "on" || t.Pager == "less" || t.Pager == "true" || t.Pager == "yes" || t.Pager == "y" || t.Pager != "0"
+ return t.Pager == "" || t.Pager == "on" || t.Pager == "less" || t.Pager == "true" || t.Pager == "yes" || t.Pager == "y" || t.Pager == "1"
199
200
201
type SyntaxHighlighting struct {
0 commit comments