1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-06-27 00:51:18 +02:00

fix(config): add yaml:"options" struct tag to CustomCommandPrompt.[]Options (#3163)

This commit is contained in:
Stefan Haller
2023-12-15 16:39:43 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@ -557,7 +557,7 @@ type CustomCommandPrompt struct {
// Menu options. // Menu options.
// Only for menu prompts. // Only for menu prompts.
Options []CustomCommandMenuOption Options []CustomCommandMenuOption `yaml:"options"`
// The command to run to generate menu options // The command to run to generate menu options
// Only for menuFromCommand prompts. // Only for menuFromCommand prompts.

View File

@ -1378,7 +1378,7 @@
"Are you sure you want to push to the remote?" "Are you sure you want to push to the remote?"
] ]
}, },
"Options": { "options": {
"items": { "items": {
"properties": { "properties": {
"name": { "name": {