Simon Michael
Simon Michael
(Yes, help with this is welcome.)
Thanks for the report. I agree add should accept this, as the journal reader does.
Thanks for the report and response. I tend to agree with @wgslr. I'll try to justify it as well: market prices are a kind of immutable background data, with a...
Perhaps saying something about this at https://hledger.org/dev/hledger.html#--infer-market-prices-market-prices-from-transactions would be helpful ? A draft or PR is welcome
There are some [tricks required with options](http://hledger.org/hledger.html#options) in certain cases. Do you need to insert a `--` ?
Thanks for the suggestion. I haven't really understood exactly where the problem arises with close. What comment would you suggest ? > The solution for closing books and using the...
I heartily agree! It's annoying. Any help welcome. The problem, which hledger tries and fails to completely hide, is that cmdargs (last I checked) isn't good at partially parsing the...
That's what we'd like to happen, but AFAIK cmdargs doesn't support it yet. It insists on recognising everything in the command line, up to `--`. When I looked, I found...
We do something like that but it breaks down in case of `-F VALUE` or `--FLAG VALUE`.
@Xitian9 yes it's still an issue with hledger's CLI: it's non-obvious to users that when they run an add-on command using `hledger`, eg `hledger foo` where `hledger-foo` is in PATH,...