1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-30 03:23:08 +03:00

Add commandMenu property to custom commands

This commit is contained in:
Stefan Haller
2025-02-20 10:25:14 +01:00
parent e799976b8a
commit 22512d55a8
7 changed files with 191 additions and 8 deletions

View File

@ -140,6 +140,7 @@ var tests = []*components.IntegrationTest{
custom_commands.AccessCommitProperties,
custom_commands.BasicCommand,
custom_commands.CheckForConflicts,
custom_commands.CustomCommandsSubmenu,
custom_commands.FormPrompts,
custom_commands.GlobalContext,
custom_commands.MenuFromCommand,