You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of bat 0.8, there doesn't currently seem to be any way to set the pager aside from the BAT_PAGER environment variable. If we added a --pager argument, the pager could be configured through the bat config file.
Should this be added?
IF so, should the --pager argument be hidden from --help?
The text was updated successfully, but these errors were encountered:
eth-p
changed the title
Configure pager through config file.
Set pager through config file.
Oct 18, 2018
Yes! I had the same thought yesterday. Thank you for opening this ticket.
IF so, should the --pager argument be hidden from --help?
Hm.. maybe we can set .hidden_short_help(true) such that it will not appear in -h help text, but still be visible in the --help text. We should actually do the same for the --config-file and --no-config arguments.
As of bat 0.8, there doesn't currently seem to be any way to set the pager aside from the
BAT_PAGER
environment variable. If we added a--pager
argument, the pager could be configured through the bat config file.--pager
argument be hidden from--help
?The text was updated successfully, but these errors were encountered: