mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-12-15 23:51:36 +02:00
Add suggestionsPreset to custom commands system
This commit is contained in:
@@ -366,7 +366,8 @@ type CustomCommandPrompt struct {
|
||||
Title string `yaml:"title"`
|
||||
|
||||
// this only apply to input prompts
|
||||
InitialValue string `yaml:"initialValue"`
|
||||
InitialValue string `yaml:"initialValue"`
|
||||
SuggestionsPreset string `yaml:"suggestionsPreset"`
|
||||
|
||||
// this only applies to confirm prompts
|
||||
Body string `yaml:"body"`
|
||||
|
||||
Reference in New Issue
Block a user