hledger/hledger.conf
Simon Michael b940254025 imp:cli: detect --color more safely in most cases
--color now also works in a config file, like --pager, except for two
cases: it does not affect colouring of debug output, or the colouring
helpers used in the check recentassertions error message.
2024-10-19 16:28:36 -10:00

15 lines
381 B
Plaintext

# This is an empty config file, to disable your personal hledger config
# while developing and testing hledger in this directory.
# For an example config, see hledger.conf.sample.
# --pager n
# this works
# --color n
# this mostly works, but does not affect
# 1. debug output
# 2. the ansi helpers used by check recentassertions
#--debug
# this doesn't work in config files yet