summaryrefslogtreecommitdiffstats
path: root/pkg/config
diff options
context:
space:
mode:
authorsportshead <32637656+sportshead@users.noreply.github.com>2022-07-28 18:35:58 +0800
committersportshead <32637656+sportshead@users.noreply.github.com>2022-07-28 18:40:30 +0800
commite1f41b653c8a84b551500b5df472de46c87379cb (patch)
treef5995d789147de9d522fa1249094dba71a62552b /pkg/config
parent367b0d331836c90c015bf0c45f88612f3d94d08a (diff)
Add showOutput option to custom commands (#1163)
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 59bfcc042..804a5bee0 100644
--- a/pkg/config/user_config.go
+++ b/pkg/config/user_config.go
@@ -310,6 +310,7 @@ type CustomCommand struct {
LoadingText string `yaml:"loadingText"`
Description string `yaml:"description"`
Stream bool `yaml:"stream"`
+ ShowOutput bool `yaml:"showOutput"`
}
type CustomCommandPrompt struct {