summaryrefslogtreecommitdiffstats
path: root/pkg/config
diff options
context:
space:
mode:
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 {