X Tutup
Skip to content

Commit ae86361

Browse files
committed
Document gh config set pager ... option
1 parent b2e36a0 commit ae86361

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