duf
duf copied to clipboard
`--theme` ignored with CLICOLOR_FORCE=1
When we're not in a terminal but force colors with CLICOLOR_FORCE=1
, the theme seems to be always set to ansi, regardless of the --theme
option. The following three commands produce the same output for me:
CLICOLOR_FORCE=1 duf --theme dark | cat
CLICOLOR_FORCE=1 duf --theme light | cat
CLICOLOR_FORCE=1 duf --theme ansi | cat