X Tutup
Skip to content

Commit f31e49f

Browse files
Add a new config validation key called prompt (cli#2246)
1 parent 744d983 commit f31e49f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/config/config_type.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ const (
1818

1919
var configValues = map[string][]string{
2020
"git_protocol": {"ssh", "https"},
21+
"prompt": {"enabled", "disabled"},
2122
}
2223

2324
// This interface describes interacting with some persistent configuration for gh.

0 commit comments

Comments
 (0)
X Tutup