Skip to content

Commit 30a7015

Browse files
chore: document --output flag options for speakeasy run command (#1651)
1 parent 6fcab66 commit 30a7015

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/run.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ var runCmd = &model.ExecutableCommand[RunFlags]{
144144
flag.EnumFlag{
145145
Name: "output",
146146
Shorthand: "o",
147-
Description: "What to output while running",
147+
Description: "What to output while running (summary: visual workflow summary, mermaid: Mermaid diagram of workflow, console: basic console output)",
148148
AllowedValues: []string{"summary", "mermaid", "console"},
149149
DefaultValue: "summary",
150150
},

0 commit comments

Comments
 (0)