Closed holmescharles closed 9 months ago
Hi, got a link to that documentation ?
print
ignores file-level comment lines, but always preserves comments within transactions. To get rid of them you'd have to post-process the output with a tool like sed
. Watch out you don't discard comments containing useful tags.
I should read more carefully... its consistent with your last comment:
https://hledger.org/1.32/hledger.html#print (though you probably don't need it now)
Directives and inter-transaction comments are not shown, currently. This means the print command is somewhat lossy, and if you are using it to reformat/regenerate your journal you should take care to also copy over the directives and inter-transaction comments.
Hi, according to the documentation, the print command should omit comments, but I am getting inline comments. Stand alone comments are in fact omitted. If this is expected behavior, can someone suggest a way to remove in line comments with hledger? (Otherwise I'll be forced to use sed).
Yields: