hledger/hledger-lib/Hledger/Data
Simon Michael e33667f580 check: support quoted check name + args
A "hledger check" argument may now be a quoted string containing
the check name followed by space-separated arguments, for
checks which make use of those. This means the check command
can replicate "check-dates --unique" and (in principle)
"check-fancyassertions ASSERTIONS..". Eg:

hledger check "dates --unique"

I think it'll be better for checks to take no arguments or options,
so this is probably just a transitional feature for compatibility.
2020-11-29 20:48:31 -08:00
..
Account.hs lib: replace pretty-show with pretty-simple 2020-11-10 08:06:11 -08:00
AccountName.hs make account type autodetection (& hledger-smooth) case insensitive again (#1341) 2020-09-03 09:52:00 -07:00
Amount.hs add: don't let number style disturb the default (Fixes #1378) 2020-11-14 11:08:01 -08:00
Commodity.hs ;review, tag all error calls with an easier to find PARTIAL: comment (#1312) 2020-08-05 16:08:33 -07:00
Dates.hs lib: replace pretty-show with pretty-simple 2020-11-10 08:06:11 -08:00
Journal.hs journal: strict mode also requires commodity declarations 2020-11-27 17:54:55 -08:00
Json.hs lib,cli: Get rid of magic values for asprecision, use a sum type instead. 2020-08-30 23:00:35 +10:00
Ledger.hs lib,cli,ui,web: Make Regexp a wrapper for Regex. 2020-08-31 12:04:45 +10:00
Period.hs lib: Replace some fromIntegral with toInteger. 2020-08-30 22:20:58 +10:00
PeriodicTransaction.hs lib,cli: Replace parsedate and mkdatespan with direct applications of fromGregorian, transaction now takes Day instead of a date string. 2020-08-29 15:08:28 -07:00
Posting.hs lib: remove partial code from journalApplyAliases etc. 2020-11-25 21:06:31 -08:00
RawOptions.hs check: support quoted check name + args 2020-11-29 20:48:31 -08:00
StringFormat.hs lib: Improve documentation for StringFormat, remove type alias for Valuation. 2020-10-23 14:14:11 -07:00
Timeclock.hs lib,cli,ui: Remove old CPP directives made redundant by version bounds. 2020-08-29 15:08:28 -07:00
Transaction.hs lib: remove partial code from journalApplyAliases etc. 2020-11-25 21:06:31 -08:00
TransactionModifier.hs fix doctest breakage (#1312) 2020-08-08 08:53:55 -07:00
Types.hs ; comments 2020-11-20 16:45:40 -08:00
Valuation.hs lib: new more robust price lookup implementation, fixing #1402 2020-11-23 18:08:41 -08:00