hledger/hledger-lib/Hledger/Utils
Simon Michael e7d7c49562 imp: -f now errors if given a glob matching no files, like LEDGER_FILE
Previously LEDGER_FILE=foo hledger add did, but hledger -f foo add didn't.
Now they both consistently will error if given a glob
(a path contining [, {, *, or ?) that matches nothing,
rather than auto-creating a file with a glob-like name.

Hledger.Utils.IO:
expandPathOrGlob
2026-01-06 21:39:59 -10:00
..
Debug.hs
IO.hs imp: -f now errors if given a glob matching no files, like LEDGER_FILE 2026-01-06 21:39:59 -10:00
Parse.hs
Regex.hs
String.hs
Test.hs
Text.hs