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

cmd/render: allow for '=' in config values #768

Merged
merged 1 commit into from
May 16, 2023
Merged

Conversation

matslina
Copy link
Contributor

No description provided.

Copy link
Contributor

@betterengineering betterengineering left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Can this be done with quoting in the shell though?

@matslina
Copy link
Contributor Author

I think we'd have to invent our own quoting in that case. The '=' isn't a shell primitive, just something we do ourselves to the full argument. Could perhaps use url encoding, but I think this is the simplest and most usable way to go about it.

@matslina matslina merged commit 08616f2 into main May 16, 2023
@matslina matslina deleted the matslina/params branch May 16, 2023 19:26
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.

2 participants