complete documetation on TextFormatter.DisableQuote

This commit is contained in:
David Bariod
2020-04-29 09:15:21 +02:00
parent 4d96c600d9
commit 0fd458a22e
+3 -1
View File
@@ -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/