mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-08 07:09:28 +03:00
19 lines
390 B
Plaintext
19 lines
390 B
Plaintext
# let's have print preserve comments as far as possible
|
|
-f - print
|
|
<<<
|
|
2009/1/1 x ; description comment
|
|
a 1 ; amount comment
|
|
; middle posting comment
|
|
b
|
|
; trailing posting comment
|
|
; post-entry comment
|
|
>>>
|
|
2009/01/01 x ; description comment
|
|
a 1 ; amount comment
|
|
; middle posting comment
|
|
b
|
|
; trailing posting comment
|
|
; post-entry comment (?)
|
|
|
|
|