1
0
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:
Elwardi
2021-07-18 18:38:06 +01:00
parent 9daa47fb2d
commit 77e9ee64a4
2 changed files with 36 additions and 38 deletions

View File

@@ -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 {