;dev:print: comment

This commit is contained in:
Simon Michael 2025-01-11 07:15:18 -10:00
parent f3151e3880
commit 0602b241d1

View File

@ -158,6 +158,7 @@ printEntries opts@CliOpts{rawopts_=rawopts, reportspec_=rspec} j =
-- with -x/--explicit:
| boolopt "explicit" (rawopts_ opts) = id
-- with --show-costs:
-- XXX infer_costs is --infer-costs not --show-costs. And where is show-costs used anyway ?
| opts ^. infer_costs = id
-- with -B/-V/-X/--value ("because of #551, and because of print -V valuing only one posting when there's an implicit txn price.")
| has (value . _Just) opts = id