summaryrefslogtreecommitdiffstats
path: root/pkg/config
diff options
context:
space:
mode:
authorElwardi <elwardifadeli@gmail.com>2021-08-06 10:53:32 +0100
committerElwardi <elwardifadeli@gmail.com>2021-08-06 10:53:32 +0100
commit906ec30cac9ea632006b295b30bca732498f81bc (patch)
tree1e353d4196f2b493b118a636fadbd7c884af426b /pkg/config
parenta8ec044f0e52bff8921592fb4d334a4d6f4c7468 (diff)
Minor changes to menuFromCommand prompts
Diffstat (limited to 'pkg/config')
-rw-r--r--pkg/config/user_config.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkg/config/user_config.go b/pkg/config/user_config.go
index 239a79acf..2f435f066 100644
--- a/pkg/config/user_config.go
+++ b/pkg/config/user_config.go
@@ -283,10 +283,10 @@ type CustomCommandPrompt struct {
Options []CustomCommandMenuOption
// this only applies to menuFromCommand
- Command string `yaml:"command"`
- Filter string `yaml:"filter"`
- TFormat string `yaml:"itemFormat"`
- DFormat string `yaml:"descriptionFormat"`
+ Command string `yaml:"command"`
+ Filter string `yaml:"filter"`
+ ValueFormat string `yaml:"valueFormat"`
+ LabelFormat string `yaml:"labelFormat"`
}
type CustomCommandMenuOption struct {