;examples: hledger.conf updates

This commit is contained in:
Simon Michael 2024-07-17 06:46:12 +01:00
parent 823ac9246b
commit 185c336bff

View File

@ -15,11 +15,12 @@
# 1. General options. These will be used with all commands which support them. # 1. General options. These will be used with all commands which support them.
# Show prettier tables in reports. # Show prettier tables in reports. Recommended unless your font doesn't
# support box drawing characters.
--pretty --pretty
# Don't check balance assertions by default. (When you're ready to check them, # Maybe don't check balance assertions all the time ? When you're ready,
# run with -s, or run hledger check assertions.) # check them with -s or hledger check assertions.
--ignore-assertions --ignore-assertions
# Always infer these things ? Why not. # Always infer these things ? Why not.