We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9657a74 + ae86361 commit 38ee249Copy full SHA for 38ee249
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