Skip to content

Commit

Permalink
deploy: 9d2c6b8
Browse files Browse the repository at this point in the history
  • Loading branch information
casey committed May 29, 2024
1 parent 124dd32 commit f467ea9
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 2 deletions.
15 changes: 15 additions & 0 deletions man/en/chapter_24.html
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,21 @@ <h3 id="listing-available-recipes"><a class="header" href="#listing-available-re
deploy
lint
</code></pre>
<p>Recipes in submodules can be listed with <code>just --list PATH</code>, where <code>PATH</code> is a
space- or <code>::</code>-separated module path:</p>
<pre><code>$ cat justfile
mod foo
$ cat foo.just
mod bar
$ cat bar.just
baz:
$ just --unstable foo bar
Available recipes:
baz
$ just --unstable foo::bar
Available recipes:
baz
</code></pre>
<p><code>just --summary</code> is more concise:</p>
<pre><code class="language-sh">$ just --summary
build test deploy lint
Expand Down
15 changes: 15 additions & 0 deletions man/en/print.html
Original file line number Diff line number Diff line change
Expand Up @@ -694,6 +694,21 @@ <h4 id="makefile-syntax-highlighting"><a class="header" href="#makefile-syntax-h
deploy
lint
</code></pre>
<p>Recipes in submodules can be listed with <code>just --list PATH</code>, where <code>PATH</code> is a
space- or <code>::</code>-separated module path:</p>
<pre><code>$ cat justfile
mod foo
$ cat foo.just
mod bar
$ cat bar.just
baz:
$ just --unstable foo bar
Available recipes:
baz
$ just --unstable foo::bar
Available recipes:
baz
</code></pre>
<p><code>just --summary</code> is more concise:</p>
<pre><code class="language-sh">$ just --summary
build test deploy lint
Expand Down
2 changes: 1 addition & 1 deletion man/en/searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion man/en/searchindex.json

Large diffs are not rendered by default.

0 comments on commit f467ea9

Please sign in to comment.