summaryrefslogtreecommitdiffstats
path: root/pkg/config
diff options
context:
space:
mode:
authorElwardi <elwardifadeli@gmail.com>2021-07-18 18:38:06 +0100
committerElwardi <elwardifadeli@gmail.com>2021-07-18 18:42:42 +0100
commit77e9ee64a45bbee3f0e2367a8670b2e7d6a59c6f (patch)
treea8fccbeb30057de17f7e2f8ecda3cec26ba83a12 /pkg/config
parent9daa47fb2df8b58a3edc82ed48687205c2bd85e9 (diff)
Apply suggestions from @mjarkk for menyFromCommands
Diffstat (limited to 'pkg/config')
-rw-r--r--pkg/config/user_config.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkg/config/user_config.go b/pkg/config/user_config.go
index 0f0e50fab..f98bde28e 100644
--- a/pkg/config/user_config.go
+++ b/pkg/config/user_config.go
@@ -281,9 +281,9 @@ type CustomCommandPrompt struct {
// this only applies to menus
Options []CustomCommandMenuOption
- // this only applies to menuFromCommand
- Command string `yaml:"command"`
- Filter string `yaml:"filter"`
+ // this only applies to menuFromCommand
+ Command string `yaml:"command"`
+ Filter string `yaml:"filter"`
}
type CustomCommandMenuOption struct {