-
Notifications
You must be signed in to change notification settings - Fork 68
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 encode strings when using cfg format #116
Conversation
Co-Authored-By: omerlh <omerlh@users.noreply.github.com>
thanks! I noticed that last time :facepalm Co-Authored-By: omerlh <omerlh@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
^
Co-Authored-By: omerlh <omerlh@users.noreply.github.com>
Co-Authored-By: omerlh <omerlh@users.noreply.github.com>
init-container/README.md
Outdated
| `-f/--output-format <format>` | false | The format of the output file, default to JSON. Supported types: json, cfg, cfg-strict (escape strings), files | JSON | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's not exactly escape string, it's to surround strings with quotation marks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, doesn't need to write that it defaults to JSON since we have the default value column.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, just check my last comment and see if you think it's relevant.
close #117