Skip to content

Commit

Permalink
Accept multiple inputs for signal
Browse files Browse the repository at this point in the history
  • Loading branch information
feedmeapples committed Mar 15, 2023
1 parent aed2d9e commit 01b42b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli_curr/workflow.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ func newWorkflowCommands() []cli.Command {
Name: FlagNameWithAlias,
Usage: "SignalName",
},
cli.StringFlag{
cli.StringSliceFlag{
Name: FlagInputWithAlias,
Usage: "Input for the signal, in JSON format.",
},
Expand Down

0 comments on commit 01b42b2

Please sign in to comment.