Add prompt to gh config help

This commit is contained in:
Amanda Pinsker 2020-09-14 12:40:56 -04:00 committed by GitHub
parent b34fe8123a
commit c3863e35b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,6 +18,7 @@ func NewCmdConfig(f *cmdutil.Factory) *cobra.Command {
Current respected settings:
- git_protocol: "https" or "ssh". Default is "https".
- editor: if unset, defaults to environment variables.
- prompt: "enabled" or "disabled". Toggles interactive prompting.
`),
}