mirror of
https://github.com/martinvonz/jj.git
synced 2025-05-27 18:11:12 +00:00
Deployed d0a29a8 to prerelease with MkDocs 1.5.3 and mike 2.0.0
This commit is contained in:
parent
a5c9826cba
commit
ab5969f223
@ -5719,7 +5719,7 @@ does not match the <code>jj help</code> output exactly.</p>
|
||||
<p>Possible values: <code>true</code>, <code>false</code></p>
|
||||
</li>
|
||||
<li>
|
||||
<p><code>--color <WHEN></code> — When to colorize output (always, never, auto)</p>
|
||||
<p><code>--color <WHEN></code> — When to colorize output (always, never, debug, auto)</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><code>--quiet</code> — Silence non-primary command output</p>
|
||||
|
@ -2277,8 +2277,9 @@ very short if you ever need to check.</p>
|
||||
<p>Don't forget to change these to your own details!</p>
|
||||
<h2 id="ui-settings">UI settings<a class="headerlink" href="#ui-settings" title="Permanent link">¶</a></h2>
|
||||
<h3 id="colorizing-output">Colorizing output<a class="headerlink" href="#colorizing-output" title="Permanent link">¶</a></h3>
|
||||
<p>Possible values are <code>always</code>, <code>never</code> and <code>auto</code> (default: <code>auto</code>).
|
||||
<code>auto</code> will use color only when writing to a terminal.</p>
|
||||
<p>Possible values are <code>always</code>, <code>never</code>, <code>debug</code> and <code>auto</code> (default: <code>auto</code>).
|
||||
<code>auto</code> will use color only when writing to a terminal. <code>debug</code> will print the
|
||||
active labels alongside the regular colorized output.</p>
|
||||
<p>This setting overrides the <code>NO_COLOR</code> environment variable (if set).</p>
|
||||
<div class="highlight"><pre><span></span><code><span class="n">ui</span><span class="p">.</span><span class="n">color</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s2">"never"</span><span class="w"> </span><span class="c1"># Turn off color</span>
|
||||
</code></pre></div>
|
||||
|
File diff suppressed because one or more lines are too long
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user