summaryrefslogtreecommitdiffstats
path: root/pkg/config
diff options
context:
space:
mode:
authorElwardi <elwardifadeli@gmail.com>2021-07-19 11:46:29 +0100
committerElwardi <elwardifadeli@gmail.com>2021-07-19 11:46:29 +0100
commitf1ced5539a9a53ea5c8e501243377d3c74cef2d5 (patch)
treebc790f78def75b8afa40a8274d30007b05444d30 /pkg/config
parent77e9ee64a45bbee3f0e2367a8670b2e7d6a59c6f (diff)
Add option to format filter matches to menuFromCommand prompts
Diffstat (limited to 'pkg/config')
-rw-r--r--pkg/config/user_config.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/config/user_config.go b/pkg/config/user_config.go
index f98bde28e..d373b74f1 100644
--- a/pkg/config/user_config.go
+++ b/pkg/config/user_config.go
@@ -284,6 +284,7 @@ type CustomCommandPrompt struct {
// this only applies to menuFromCommand
Command string `yaml:"command"`
Filter string `yaml:"filter"`
+ Format string `yaml:"format"`
}
type CustomCommandMenuOption struct {