forked from mirrors/jj
Deployed 2760b23
to prerelease with MkDocs 1.5.3 and mike 2.0.0
This commit is contained in:
parent
113fd1f7ed
commit
011f24df20
3 changed files with 5 additions and 5 deletions
|
@ -7048,13 +7048,13 @@ commit. This is true in general; it is not specific to this command.</p>
|
|||
<p>Print a command-line-completion script</p>
|
||||
<p>Apply it by running one of these:</p>
|
||||
<ul>
|
||||
<li><strong>bash</strong>: <code>source <(jj util completion bash)</code></li>
|
||||
<li><strong>fish</strong>: <code>jj util completion fish | source</code></li>
|
||||
<li><strong>nushell</strong>:
|
||||
<li>Bash: <code>source <(jj util completion bash)</code></li>
|
||||
<li>Fish: <code>jj util completion fish | source</code></li>
|
||||
<li>Nushell:
|
||||
<div class="highlight"><pre><span></span><code>jj util completion nushell | save "completions-jj.nu"
|
||||
use "completions-jj.nu" * # Or `source "completions-jj.nu"`
|
||||
</code></pre></div></li>
|
||||
<li><strong>zsh</strong>:
|
||||
<li>Zsh:
|
||||
<div class="highlight"><pre><span></span><code>autoload<span class="w"> </span>-U<span class="w"> </span>compinit
|
||||
compinit
|
||||
<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>
|
||||
|
|
File diff suppressed because one or more lines are too long
Binary file not shown.
Loading…
Reference in a new issue