From 0fd458a22e3b5a97cf56ea73476debb726b28f7e Mon Sep 17 00:00:00 2001 From: David Bariod Date: Wed, 29 Apr 2020 09:15:21 +0200 Subject: [PATCH] complete documetation on TextFormatter.DisableQuote --- text_formatter.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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/