mirror of
https://github.com/martinvonz/jj.git
synced 2025-05-29 02:51:12 +00:00
Deployed 65e702a to prerelease with MkDocs 1.5.3 and mike 2.0.0
This commit is contained in:
parent
baa54a4953
commit
c03867c3bc
@ -6678,13 +6678,16 @@ J J
|
|||||||
</ul>
|
</ul>
|
||||||
<h2 id="jj-util-completion"><code>jj util completion</code><a class="headerlink" href="#jj-util-completion" title="Permanent link">¶</a></h2>
|
<h2 id="jj-util-completion"><code>jj util completion</code><a class="headerlink" href="#jj-util-completion" title="Permanent link">¶</a></h2>
|
||||||
<p>Print a command-line-completion script</p>
|
<p>Print a command-line-completion script</p>
|
||||||
<p>Apply it by running this:
|
<p>Apply it by running one of these:</p>
|
||||||
bash: source <(jj util completion)
|
<ul>
|
||||||
fish: jj util completion --fish | source
|
<li><strong>bash</strong>: <code>source <(jj util completion)</code></li>
|
||||||
zsh:
|
<li><strong>fish</strong>: <code>jj util completion --fish | source</code></li>
|
||||||
autoload -U compinit
|
<li><strong>zsh</strong>:
|
||||||
|
<div class="highlight"><pre><span></span><code>autoload<span class="w"> </span>-U<span class="w"> </span>compinit
|
||||||
compinit
|
compinit
|
||||||
source <(jj util completion --zsh)</p>
|
<span class="nb">source</span><span class="w"> </span><<span class="o">(</span>jj<span class="w"> </span>util<span class="w"> </span>completion<span class="w"> </span>--zsh<span class="o">)</span>
|
||||||
|
</code></pre></div></li>
|
||||||
|
</ul>
|
||||||
<p><strong>Usage:</strong> <code>jj util completion [SHELL]</code></p>
|
<p><strong>Usage:</strong> <code>jj util completion [SHELL]</code></p>
|
||||||
<h6 id="arguments_40"><strong>Arguments:</strong><a class="headerlink" href="#arguments_40" title="Permanent link">¶</a></h6>
|
<h6 id="arguments_40"><strong>Arguments:</strong><a class="headerlink" href="#arguments_40" title="Permanent link">¶</a></h6>
|
||||||
<ul>
|
<ul>
|
||||||
|
File diff suppressed because one or more lines are too long
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user