--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.
15 lines
381 B
Plaintext
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
|