;doc: Hledger.Read: cleanups (#2113)

This commit is contained in:
Simon Michael 2023-11-16 23:37:20 -10:00
parent 037613abab
commit d717732928

View File

@ -27,9 +27,8 @@ involves these steps:
- if using -s/--strict: run additional strict checks - if using -s/--strict: run additional strict checks
- if running import: do the import, updating the journal file - if running print --new: save .latest files for each input file.
(import also does this, as its final step.)
- if running import or print --new: save .latest files for each input file
== Journal merging == Journal merging
@ -72,8 +71,8 @@ which uses default options and has a simpler type signature.
One more variant, @readJournalFilesAndLatestDates@, is like One more variant, @readJournalFilesAndLatestDates@, is like
readJournalFiles but exposing the latest transaction date readJournalFiles but exposing the latest transaction date
(and how many on the same day) seen for each file, (and how many on the same day) seen for each file.
after a successful import. This is used by the import command. This is used by the import command.
-} -}