Add a new config validation key called prompt (#2246)

This commit is contained in:
Shrihan Kumar Padhy 2020-10-21 20:26:25 +05:30 committed by GitHub
parent 744d9830dc
commit f31e49fdff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,6 +18,7 @@ const (
var configValues = map[string][]string{
"git_protocol": {"ssh", "https"},
"prompt": {"enabled", "disabled"},
}
// This interface describes interacting with some persistent configuration for gh.