Simon Michael
Simon Michael
It sounds like a problem in your [config file](https://hledger.org/1.50/hledger.html#config-files) .config/hledger/hledger.conf. See if running with `-n` fixes it, and share the config file if you'd like (or let us know what...
I can reproduce like this: add an unrecognized command argument in the general section of a config file: ```conf # .hledger.conf foo ``` Then run hledger with no arguments: ```...
I guess it makes sense. It would be Ledger-incompatible. You might or might not want to be able to combine it with a year. Would be a nice experiment, if...
Not at present. The simplest thing might be to extend the existing Y directive to allow an optional month as well as year. ``` Y2016/7 ```