mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 15:46:26 -04:00
Update pkg/config/user_config.go
This commit is contained in:
parent
9d304098bb
commit
39ba397cf7
|
|
@ -316,7 +316,7 @@ type CustomCommandPrompt struct {
|
|||
Type string `yaml:"type"` // one of 'input', 'menu', or 'confirm'
|
||||
Title string `yaml:"title"`
|
||||
|
||||
// this only apply to prompts
|
||||
// this only apply to input prompts
|
||||
InitialValue string `yaml:"initialValue"`
|
||||
|
||||
// this only applies to confirm prompts
|
||||
|
|
|
|||
Loading…
Reference in a new issue