1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-03-05 15:15:49 +02:00

Update pkg/config/user_config.go

This commit is contained in:
Jesse Duffield 2022-07-04 09:27:25 +10:00 committed by Michael Mead
parent 9d304098bb
commit 39ba397cf7

View File

@ -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