mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-11-25 22:32:13 +02:00
Apply suggestions from @mjarkk for menyFromCommands
This commit is contained in:
@@ -281,9 +281,9 @@ type CustomCommandPrompt struct {
|
||||
// this only applies to menus
|
||||
Options []CustomCommandMenuOption
|
||||
|
||||
// this only applies to menuFromCommand
|
||||
Command string `yaml:"command"`
|
||||
Filter string `yaml:"filter"`
|
||||
// this only applies to menuFromCommand
|
||||
Command string `yaml:"command"`
|
||||
Filter string `yaml:"filter"`
|
||||
}
|
||||
|
||||
type CustomCommandMenuOption struct {
|
||||
|
||||
Reference in New Issue
Block a user