From d18c8c8dc39fa028949470064dc9a596762f7f09 Mon Sep 17 00:00:00 2001 From: Elwardi Date: Sat, 17 Jul 2021 18:02:11 +0100 Subject: Add prompt type: menuFromCommand --- pkg/config/user_config.go | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pkg/config') diff --git a/pkg/config/user_config.go b/pkg/config/user_config.go index 4855bf816..0f0e50fab 100644 --- a/pkg/config/user_config.go +++ b/pkg/config/user_config.go @@ -280,6 +280,10 @@ type CustomCommandPrompt struct { // this only applies to menus Options []CustomCommandMenuOption + + // this only applies to menuFromCommand + Command string `yaml:"command"` + Filter string `yaml:"filter"` } type CustomCommandMenuOption struct { -- cgit v1.2.3