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

Fix Broker's handling of argument assignment #303

Merged
merged 1 commit into from
Aug 6, 2024

Conversation

JacobCallahan
Copy link
Member

Ian noticed an issue had when specifying argument values in broker's cli, specifically when using an = assignment instead of space-delimited. This is likely an issue with the way click bundles arguments in its ctx.args.

@JacobCallahan JacobCallahan added the bug Something isn't working label Aug 6, 2024
Ian noticed an issue had when specifying argument values in broker's cli,
specifically when using an {{=}} assignment instead of space-delimited.
This is likely an issue with the way click bundles arguments in its ctx.args.
@tpapaioa tpapaioa requested review from tpapaioa and removed request for tpapaioa August 6, 2024 20:39
@tpapaioa
Copy link
Collaborator

tpapaioa commented Aug 6, 2024

LGTM

@JacobCallahan JacobCallahan merged commit 35ad5c6 into SatelliteQE:master Aug 6, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants