Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Properly-parse inputs for commands that take a single --input only #423

Merged
merged 1 commit into from
Jan 30, 2024

Conversation

josh-berry
Copy link
Collaborator

For commands which only allow a single instance of --input to be passed, we were improperly trying to parse --input values as multi-valued things when they are not. Stop doing this.

Closes #411.

For commands which only allow a single instance of `--input` to be
passed, we were improperly trying to parse `--input` values as
multi-valued things when they are not. Stop doing this.

Closes #411.
@josh-berry josh-berry merged commit be7f5ed into main Jan 30, 2024
17 checks passed
@josh-berry josh-berry deleted the fix-commas-in-workflow-signal-411 branch January 30, 2024 00:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Problem with sending Signals containing JSON as input in Temporal CLI
2 participants