diff --git a/text_formatter.go b/text_formatter.go index 431b5fd..3c28b54 100644 --- a/text_formatter.go +++ b/text_formatter.go @@ -37,7 +37,9 @@ type TextFormatter struct { // Force quoting of all values ForceQuote bool - // DisableQuote disables quoting for all values + // DisableQuote disables quoting for all values. + // DisableQuote will have a lower priority than ForceQuote. + // If both of them are set to true, quote will be forced on all values. DisableQuote bool // Override coloring based on CLICOLOR and CLICOLOR_FORCE. - https://bixense.com/clicolors/