X Tutup
Skip to content

Commit 38ee249

Browse files
author
Nate Smith
authored
Merge pull request cli#1710 from cli/pager-docs
Document `gh config set pager ...` option
2 parents 9657a74 + ae86361 commit 38ee249

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/cmd/config/config.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ func NewCmdConfig(f *cmdutil.Factory) *cobra.Command {
1919
- git_protocol: "https" or "ssh". Default is "https".
2020
- editor: if unset, defaults to environment variables.
2121
- prompt: "enabled" or "disabled". Toggles interactive prompting.
22+
- pager: terminal pager program to send standard output to.
2223
`),
2324
}
2425

0 commit comments

Comments
 (0)
X Tutup