From 0602b241d100f6be4c8658ab4913d64c5ec29f65 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 11 Jan 2025 07:15:18 -1000 Subject: [PATCH] ;dev:print: comment --- hledger/Hledger/Cli/Commands/Print.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/hledger/Hledger/Cli/Commands/Print.hs b/hledger/Hledger/Cli/Commands/Print.hs index a9019915f..663d7bf89 100644 --- a/hledger/Hledger/Cli/Commands/Print.hs +++ b/hledger/Hledger/Cli/Commands/Print.hs @@ -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