1
0
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:
Jesse Duffield
2023-05-29 14:24:49 +10:00
parent 8e6967c702
commit 16fa22a36e
7 changed files with 107 additions and 4 deletions

View File

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