Skip to content

Commit

Permalink
Explain the --no-color parameter (#525)
Browse files Browse the repository at this point in the history
Merge pull request #525 from stefan-jung/no-color-parameter
  • Loading branch information
infotexture authored Feb 3, 2024
2 parents ac0829b + 742fa1d commit df50829
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions parameters/dita-command-arguments.dita
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,15 @@
</pt>
<pd>Write logging messages to a file.</pd>
</plentry>
<plentry>
<pt>
<parmname>--no-color</parmname>
</pt>
<pd>By default, DITA-OT prints certain log messages to the console in color. In terminal environments that do
not support colored output, the ANSI color escape codes will be shown instead. To deactivate colored output,
pass the <parmname>--no-color</parmname> option to the <cmdname>dita</cmdname> command, or set the
<codeph>TERM=dumb</codeph> or <codeph>NO_COLOR</codeph> environment variables.</pd>
</plentry>
<plentry>
<pt>
<parmname>--parameter</parmname>=<varname>value</varname></pt>
Expand Down

0 comments on commit df50829

Please sign in to comment.