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 variables when passed to command #302

Merged
merged 1 commit into from
Aug 23, 2024
Merged

Fix variables when passed to command #302

merged 1 commit into from
Aug 23, 2024

Conversation

nicholasjackson
Copy link
Contributor

When passing variables using the --var flag Jumppad would not split the pair correctly resulting in the following two issues:

  • variable values containing a = would be trimmed at the first =
  • variables wrapped in ', i,e --var='foo=bar' would keep the ' for the variable name and value.

@nicholasjackson nicholasjackson added bug Something isn't working patch labels Aug 23, 2024
@nicholasjackson nicholasjackson merged commit 28491c3 into main Aug 23, 2024
26 checks passed
@eveld eveld deleted the f-vars-tests branch August 23, 2024 10:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working patch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant