Simon Michael
Simon Michael
Related: https://github.com/simonmichael/hledger/blob/master/hledger-lib/Hledger/Read/JournalReader.hs#L451 https://github.com/simonmichael/hledger/blob/master/hledger-lib/Hledger/Data/AutoTransaction.hs#L71
@MisterY, generally agreed. I think being too lax can cause problems, eg unpredictability or vague parse errors, so eg we don't ignore any unrecognised line like Ledger does, even though...
See also: #258, #299.
PS: related docs start at https://hledger.org/dev/hledger.html#costs , please let me know of experiences/issues.
@MisterY if you get around to it before I do, [amountp](https://github.com/simonmichael/hledger/blob/master/hledger-lib/Hledger/Read/Common.hs#L602) and below is where the parser needs tweaking.
Sounds good! Would anyone like to work on tweaking our parser to ignore these ?
That looks pretty good. --average & --average-only would be mutually exclusive, and we'd describe them that way and give an error if both are used ? Or (simpler, preferred): the...
Would adding -T/--total still be allowed ?
I think --format isn't supported with multicolumn reports.
I've added a [comment to #210](https://github.com/simonmichael/hledger/issues/210#issuecomment-451670931). With regard to output from all hledger tools, and all docs, I agree that we should switch to ISO YYYY-MM-DD as the default/preferred date...