Merge pull request #1710 from cli/pager-docs

Document `gh config set pager ...` option
This commit is contained in:
Nate Smith 2020-09-16 16:42:03 -05:00 committed by GitHub
commit 38ee249891
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,6 +19,7 @@ func NewCmdConfig(f *cmdutil.Factory) *cobra.Command {
- git_protocol: "https" or "ssh". Default is "https".
- editor: if unset, defaults to environment variables.
- prompt: "enabled" or "disabled". Toggles interactive prompting.
- pager: terminal pager program to send standard output to.
`),
}