You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been converting a bunch of complex multi-line config files over. For readability, it would be great to support optional HEREDOC style multi-line string values.
For example rather than:
...value="line1\nline2\n...lineX\n"...
The tool could generate:
...value=<<EOFline1line2...lineXEOF...
Thanks for pulling together such a great tool.
The text was updated successfully, but these errors were encountered:
Hey @sl1pm4t I was looking for the same functionality @nigelellis mentioned here. Any chance this will be added to the tool soon? Or can I help to add it?
I've been converting a bunch of complex multi-line config files over. For readability, it would be great to support optional HEREDOC style multi-line string values.
For example rather than:
The tool could generate:
Thanks for pulling together such a great tool.
The text was updated successfully, but these errors were encountered: