I am doing some customizing of the formats for a few reports and came across examples that use the word `color` for the 5th argument in justify. The doc-string states: "If *colorize* is true, then ledger will honor color settings." Why do some of the examples use the word `color` instead of true or false, and what is the value of `color`? E.g.,
--balance-format FORMAT_STRING Specify the format to use for the balance report (see Format Strings <https://www.ledger-cli.org/3.0/doc/ledger3.html#Format-Strings>). The default is: "%(justify(scrub(display_total), 20, -1, true, color))" " %(!options.flat ? depth_spacer : \"\")" "%-(ansify_if(partial_account(options.flat), blue if color))\n%/" "%$1\n%/" "--------------------\n" -- --- You received this message because you are subscribed to the Google Groups "Ledger" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ledger-cli/793753b3-b81f-42c8-aefe-05ecff213d0dn%40googlegroups.com.
