diff --git a/pkg/config/user_config.go b/pkg/config/user_config.go index 70b81acca..3d772e778 100644 --- a/pkg/config/user_config.go +++ b/pkg/config/user_config.go @@ -557,7 +557,7 @@ type CustomCommandPrompt struct { // Menu options. // Only for menu prompts. - Options []CustomCommandMenuOption + Options []CustomCommandMenuOption `yaml:"options"` // The command to run to generate menu options // Only for menuFromCommand prompts. diff --git a/schema/config.json b/schema/config.json index 51b7439cb..186ca2576 100644 --- a/schema/config.json +++ b/schema/config.json @@ -1378,7 +1378,7 @@ "Are you sure you want to push to the remote?" ] }, - "Options": { + "options": { "items": { "properties": { "name": {