X Tutup
Skip to content

Commit c3863e3

Browse files
author
Amanda Pinsker
authored
Add prompt to gh config help
1 parent b34fe81 commit c3863e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/cmd/config/config.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ func NewCmdConfig(f *cmdutil.Factory) *cobra.Command {
1818
Current respected settings:
1919
- git_protocol: "https" or "ssh". Default is "https".
2020
- editor: if unset, defaults to environment variables.
21+
- prompt: "enabled" or "disabled". Toggles interactive prompting.
2122
`),
2223
}
2324

0 commit comments

Comments
 (0)
X Tutup