hledger/hledger.conf
Simon Michael 204df22739 feat: cli: basic config file support for hledger
And some refactoring of command line parsing code.

General options only, in ./hledger.conf, for now.
2024-06-25 18:37:54 +01:00

15 lines
393 B
Plaintext

# hledger.conf
# Extra general options (for now; and possibly arguments) to be added to hledger commands.
# To see the general options available, run hledger -h
# show prettier tables in terminal reports by default
#--pretty
# don't check these by default (use -s when ready to check)
#--ignore-assertions
# infer more stuff by default
#--infer-costs
#--infer-equity
#--infer-market-prices