yj
yj copied to clipboard
Conversion from `toml` to `yaml` looses comments
I used yj -ty
. The output is right, except it misses the comments. Both toml
and yaml
begin comment with #
, so just copying every symbol after and including #
should do the trick.
It would also be nice if the script preserved empty lines.