From 906ec30cac9ea632006b295b30bca732498f81bc Mon Sep 17 00:00:00 2001 From: Elwardi Date: Fri, 6 Aug 2021 10:53:32 +0100 Subject: Minor changes to menuFromCommand prompts --- pkg/config/user_config.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'pkg/config') 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 { -- cgit v1.2.3