Skip to content

Commit

Permalink
Deployed 4ab1fc9 to prerelease with MkDocs 1.6.0 and mike 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jj-docs[bot] committed Jun 18, 2024
1 parent a2fa530 commit d58d6d4
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 40 deletions.
78 changes: 39 additions & 39 deletions prerelease/cli-reference/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1145,13 +1145,13 @@
</li>

<li class="md-nav__item">
<a href="#jj-file-print" class="md-nav__link">
<a href="#jj-file-chmod" class="md-nav__link">
<span class="md-ellipsis">
jj file print
jj file chmod
</span>
</a>

<nav class="md-nav" aria-label="jj file print">
<nav class="md-nav" aria-label="jj file chmod">
<ul class="md-nav__list">

<li class="md-nav__item">
Expand All @@ -1178,13 +1178,13 @@
</li>

<li class="md-nav__item">
<a href="#jj-file-chmod" class="md-nav__link">
<a href="#jj-file-list" class="md-nav__link">
<span class="md-ellipsis">
jj file chmod
jj file list
</span>
</a>

<nav class="md-nav" aria-label="jj file chmod">
<nav class="md-nav" aria-label="jj file list">
<ul class="md-nav__list">

<li class="md-nav__item">
Expand All @@ -1211,13 +1211,13 @@
</li>

<li class="md-nav__item">
<a href="#jj-file-list" class="md-nav__link">
<a href="#jj-file-print" class="md-nav__link">
<span class="md-ellipsis">
jj file list
jj file print
</span>
</a>

<nav class="md-nav" aria-label="jj file list">
<nav class="md-nav" aria-label="jj file print">
<ul class="md-nav__list">

<li class="md-nav__item">
Expand Down Expand Up @@ -4063,13 +4063,13 @@
</li>

<li class="md-nav__item">
<a href="#jj-file-print" class="md-nav__link">
<a href="#jj-file-chmod" class="md-nav__link">
<span class="md-ellipsis">
jj file print
jj file chmod
</span>
</a>

<nav class="md-nav" aria-label="jj file print">
<nav class="md-nav" aria-label="jj file chmod">
<ul class="md-nav__list">

<li class="md-nav__item">
Expand All @@ -4096,13 +4096,13 @@
</li>

<li class="md-nav__item">
<a href="#jj-file-chmod" class="md-nav__link">
<a href="#jj-file-list" class="md-nav__link">
<span class="md-ellipsis">
jj file chmod
jj file list
</span>
</a>

<nav class="md-nav" aria-label="jj file chmod">
<nav class="md-nav" aria-label="jj file list">
<ul class="md-nav__list">

<li class="md-nav__item">
Expand All @@ -4129,13 +4129,13 @@
</li>

<li class="md-nav__item">
<a href="#jj-file-list" class="md-nav__link">
<a href="#jj-file-print" class="md-nav__link">
<span class="md-ellipsis">
jj file list
jj file print
</span>
</a>

<nav class="md-nav" aria-label="jj file list">
<nav class="md-nav" aria-label="jj file print">
<ul class="md-nav__list">

<li class="md-nav__item">
Expand Down Expand Up @@ -5539,9 +5539,9 @@ <h1 id="command-line-help-for-jj">Command-Line Help for <code>jj</code><a class=
<li><a href="#jj-duplicate"><code>jj duplicate</code></a></li>
<li><a href="#jj-edit"><code>jj edit</code></a></li>
<li><a href="#jj-file"><code>jj file</code></a></li>
<li><a href="#jj-file-print"><code>jj file print</code></a></li>
<li><a href="#jj-file-chmod"><code>jj file chmod</code></a></li>
<li><a href="#jj-file-list"><code>jj file list</code></a></li>
<li><a href="#jj-file-print"><code>jj file print</code></a></li>
<li><a href="#jj-fix"><code>jj fix</code></a></li>
<li><a href="#jj-git"><code>jj git</code></a></li>
<li><a href="#jj-git-remote"><code>jj git remote</code></a></li>
Expand Down Expand Up @@ -6023,30 +6023,15 @@ <h2 id="jj-file"><code>jj file</code><a class="headerlink" href="#jj-file" title
<p><strong>Usage:</strong> <code>jj file &lt;COMMAND&gt;</code></p>
<h6 id="subcommands_3"><strong>Subcommands:</strong><a class="headerlink" href="#subcommands_3" title="Permanent link">&para;</a></h6>
<ul>
<li><code>print</code> — Print contents of files in a revision</li>
<li><code>chmod</code> — Sets or removes the executable bit for paths in the repo</li>
<li><code>list</code> — List files in a revision</li>
</ul>
<h2 id="jj-file-print"><code>jj file print</code><a class="headerlink" href="#jj-file-print" title="Permanent link">&para;</a></h2>
<p>Print contents of files in a revision</p>
<p>If the given path is a directory, files in the directory will be visited recursively.</p>
<p><strong>Usage:</strong> <code>jj file print [OPTIONS] &lt;PATHS&gt;...</code></p>
<h6 id="arguments_17"><strong>Arguments:</strong><a class="headerlink" href="#arguments_17" title="Permanent link">&para;</a></h6>
<ul>
<li><code>&lt;PATHS&gt;</code> — Paths to print</li>
</ul>
<h6 id="options_14"><strong>Options:</strong><a class="headerlink" href="#options_14" title="Permanent link">&para;</a></h6>
<ul>
<li>
<p><code>-r</code>, <code>--revision &lt;REVISION&gt;</code> — The revision to get the file contents from</p>
<p>Default value: <code>@</code></p>
</li>
<li><code>print</code> — Print contents of files in a revision</li>
</ul>
<h2 id="jj-file-chmod"><code>jj file chmod</code><a class="headerlink" href="#jj-file-chmod" title="Permanent link">&para;</a></h2>
<p>Sets or removes the executable bit for paths in the repo</p>
<p>Unlike the POSIX <code>chmod</code>, <code>jj chmod</code> also works on Windows, on conflicted files, and on arbitrary revisions.</p>
<p><strong>Usage:</strong> <code>jj file chmod [OPTIONS] &lt;MODE&gt; &lt;PATHS&gt;...</code></p>
<h6 id="arguments_18"><strong>Arguments:</strong><a class="headerlink" href="#arguments_18" title="Permanent link">&para;</a></h6>
<h6 id="arguments_17"><strong>Arguments:</strong><a class="headerlink" href="#arguments_17" title="Permanent link">&para;</a></h6>
<ul>
<li>
<p><code>&lt;MODE&gt;</code></p>
Expand All @@ -6062,7 +6047,7 @@ <h6 id="arguments_18"><strong>Arguments:</strong><a class="headerlink" href="#ar
<p><code>&lt;PATHS&gt;</code> — Paths to change the executable bit for</p>
</li>
</ul>
<h6 id="options_15"><strong>Options:</strong><a class="headerlink" href="#options_15" title="Permanent link">&para;</a></h6>
<h6 id="options_14"><strong>Options:</strong><a class="headerlink" href="#options_14" title="Permanent link">&para;</a></h6>
<ul>
<li>
<p><code>-r</code>, <code>--revision &lt;REVISION&gt;</code> — The revision to update</p>
Expand All @@ -6072,17 +6057,32 @@ <h6 id="options_15"><strong>Options:</strong><a class="headerlink" href="#option
<h2 id="jj-file-list"><code>jj file list</code><a class="headerlink" href="#jj-file-list" title="Permanent link">&para;</a></h2>
<p>List files in a revision</p>
<p><strong>Usage:</strong> <code>jj file list [OPTIONS] [PATHS]...</code></p>
<h6 id="arguments_19"><strong>Arguments:</strong><a class="headerlink" href="#arguments_19" title="Permanent link">&para;</a></h6>
<h6 id="arguments_18"><strong>Arguments:</strong><a class="headerlink" href="#arguments_18" title="Permanent link">&para;</a></h6>
<ul>
<li><code>&lt;PATHS&gt;</code> — Only list files matching these prefixes (instead of all files)</li>
</ul>
<h6 id="options_16"><strong>Options:</strong><a class="headerlink" href="#options_16" title="Permanent link">&para;</a></h6>
<h6 id="options_15"><strong>Options:</strong><a class="headerlink" href="#options_15" title="Permanent link">&para;</a></h6>
<ul>
<li>
<p><code>-r</code>, <code>--revision &lt;REVISION&gt;</code> — The revision to list files in</p>
<p>Default value: <code>@</code></p>
</li>
</ul>
<h2 id="jj-file-print"><code>jj file print</code><a class="headerlink" href="#jj-file-print" title="Permanent link">&para;</a></h2>
<p>Print contents of files in a revision</p>
<p>If the given path is a directory, files in the directory will be visited recursively.</p>
<p><strong>Usage:</strong> <code>jj file print [OPTIONS] &lt;PATHS&gt;...</code></p>
<h6 id="arguments_19"><strong>Arguments:</strong><a class="headerlink" href="#arguments_19" title="Permanent link">&para;</a></h6>
<ul>
<li><code>&lt;PATHS&gt;</code> — Paths to print</li>
</ul>
<h6 id="options_16"><strong>Options:</strong><a class="headerlink" href="#options_16" title="Permanent link">&para;</a></h6>
<ul>
<li>
<p><code>-r</code>, <code>--revision &lt;REVISION&gt;</code> — The revision to get the file contents from</p>
<p>Default value: <code>@</code></p>
</li>
</ul>
<h2 id="jj-fix"><code>jj fix</code><a class="headerlink" href="#jj-fix" title="Permanent link">&para;</a></h2>
<p>Update files with formatting fixes or other changes</p>
<p>The primary use case for this command is to apply the results of automatic
Expand Down
2 changes: 1 addition & 1 deletion prerelease/search/search_index.json

Large diffs are not rendered by default.

0 comments on commit d58d6d4

Please sign in to comment.