Skip to content

Commit

Permalink
complete documetation on TextFormatter.DisableQuote
Browse files Browse the repository at this point in the history
  • Loading branch information
David Bariod committed Apr 29, 2020
1 parent 4d96c60 commit 0fd458a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion text_formatter.go
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit 0fd458a

Please sign in to comment.