mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-03-21 21:47:32 +02:00
fix(config): add yaml struct tag to CustomCommandPrompt.[]Options
add `yaml` struct tag for fixing uppercase issue on json schema
This commit is contained in:
parent
6778bc04a3
commit
79e04fad9a
@ -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.
|
||||||
|
@ -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": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user