From ae86361c256eefe8ba986a93c2a5059a07166170 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mislav=20Marohni=C4=87?= Date: Wed, 16 Sep 2020 19:11:07 +0200 Subject: [PATCH] Document `gh config set pager ...` option --- pkg/cmd/config/config.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/cmd/config/config.go b/pkg/cmd/config/config.go index e5e9d170a96..408975629b2 100644 --- a/pkg/cmd/config/config.go +++ b/pkg/cmd/config/config.go @@ -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. `), }