summaryrefslogtreecommitdiffstats
path: root/pkg/config
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/config')
-rw-r--r--pkg/config/user_config.go4
1 files changed, 4 insertions, 0 deletions
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 {