X Tutup
Skip to content

Commit fa2513d

Browse files
committed
Document PAGER environment variable
1 parent f6dd1bc commit fa2513d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/cmd/root/help_topic.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ func NewHelpTopic(topic string) *cobra.Command {
2828
DEBUG: set to any value to enable verbose output to standard error. Include values "api"
2929
or "oauth" to print detailed information about HTTP requests or authentication flow.
3030
31+
PAGER: a paging program to send standard output to, e.g. "less".
32+
3133
GLAMOUR_STYLE: the style to use for rendering Markdown. See
3234
https://github.com/charmbracelet/glamour#styles
3335

0 commit comments

Comments
 (0)
X Tutup