Add a new config validation key called prompt (#2246)
This commit is contained in:
parent
744d9830dc
commit
f31e49fdff
1 changed files with 1 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue