We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
gh config set pager ...
1 parent b2e36a0 commit ae86361Copy full SHA for ae86361
pkg/cmd/config/config.go
@@ -19,6 +19,7 @@ func NewCmdConfig(f *cmdutil.Factory) *cobra.Command {
19
- git_protocol: "https" or "ssh". Default is "https".
20
- editor: if unset, defaults to environment variables.
21
- prompt: "enabled" or "disabled". Toggles interactive prompting.
22
+ - pager: terminal pager program to send standard output to.
23
`),
24
}
25
0 commit comments