Replies: 1 comment 2 replies
-
I think that would work fine for YAML, but JSON doesn't support comments by default. It probably depends on the particular parser implementation whether that works or not. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
https://generated.at/
Now I am doing this with sed like
sed -i '1 i\# This file is @generated by Nickel. Do not edit.' "$target"
after exporting to yaml/json formatBeta Was this translation helpful? Give feedback.
All reactions