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
|
||
|---|---|---|
| .. | ||
| Debug.hs | ||
| IO.hs | ||
| Parse.hs | ||
| Regex.hs | ||
| String.hs | ||
| Test.hs | ||
| Text.hs | ||