Skip to content

Commit

Permalink
deploy: 563eee6
Browse files Browse the repository at this point in the history
  • Loading branch information
casey committed Dec 2, 2024
1 parent 47852cc commit b451483
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 11 deletions.
1 change: 1 addition & 0 deletions man/en/attributes.html
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ <h3 id="attributes"><a class="header" href="#attributes">Attributes</a></h3>
<tr><td><code>[no-cd]</code><sup>1.9.0</sup></td><td>recipe</td><td>Don’t change directory before executing recipe.</td></tr>
<tr><td><code>[no-exit-message]</code><sup>1.7.0</sup></td><td>recipe</td><td>Don’t print an error message if recipe fails.</td></tr>
<tr><td><code>[no-quiet]</code><sup>1.23.0</sup></td><td>recipe</td><td>Override globally quiet recipes and always echo out the recipe.</td></tr>
<tr><td><code>[openbsd]</code><sup>master</sup></td><td>recipe</td><td>Enable recipe on OpenBSD.</td></tr>
<tr><td><code>[positional-arguments]</code><sup>1.29.0</sup></td><td>recipe</td><td>Turn on <a href="avoiding-argument-splitting.html#positional-arguments">positional arguments</a> for this recipe.</td></tr>
<tr><td><code>[private]</code><sup>1.10.0</sup></td><td>alias, recipe</td><td>Make recipe, alias, or variable private. See <a href="private-recipes.html">Private Recipes</a>.</td></tr>
<tr><td><code>[script]</code><sup>1.33.0</sup></td><td>recipe</td><td>Execute recipe as script. See <a href="script-recipes.html">script recipes</a> for more details.</td></tr>
Expand Down
6 changes: 3 additions & 3 deletions man/en/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -195,9 +195,9 @@ <h1 align=center><code>just</code></h1>
No need for <code>.PHONY</code> recipes!</p>
</li>
<li>
<p>Linux, MacOS, and Windows are supported with no additional dependencies.
(Although if your system doesn’t have an <code>sh</code>, you’ll need to
<a href="settings.html#shell">choose a different shell</a>.)</p>
<p>Linux, MacOS, Windows, and other reasonable unices are supported with no
additional dependencies. (Although if your system doesn’t have an <code>sh</code>,
you’ll need to <a href="settings.html#shell">choose a different shell</a>.)</p>
</li>
<li>
<p>Errors are specific and informative, and syntax errors are reported along
Expand Down
6 changes: 3 additions & 3 deletions man/en/introduction.html
Original file line number Diff line number Diff line change
Expand Up @@ -195,9 +195,9 @@ <h1 align=center><code>just</code></h1>
No need for <code>.PHONY</code> recipes!</p>
</li>
<li>
<p>Linux, MacOS, and Windows are supported with no additional dependencies.
(Although if your system doesn’t have an <code>sh</code>, you’ll need to
<a href="settings.html#shell">choose a different shell</a>.)</p>
<p>Linux, MacOS, Windows, and other reasonable unices are supported with no
additional dependencies. (Although if your system doesn’t have an <code>sh</code>,
you’ll need to <a href="settings.html#shell">choose a different shell</a>.)</p>
</li>
<li>
<p>Errors are specific and informative, and syntax errors are reported along
Expand Down
7 changes: 4 additions & 3 deletions man/en/print.html
Original file line number Diff line number Diff line change
Expand Up @@ -196,9 +196,9 @@ <h1 align=center><code>just</code></h1>
No need for <code>.PHONY</code> recipes!</p>
</li>
<li>
<p>Linux, MacOS, and Windows are supported with no additional dependencies.
(Although if your system doesn’t have an <code>sh</code>, you’ll need to
<a href="settings.html#shell">choose a different shell</a>.)</p>
<p>Linux, MacOS, Windows, and other reasonable unices are supported with no
additional dependencies. (Although if your system doesn’t have an <code>sh</code>,
you’ll need to <a href="settings.html#shell">choose a different shell</a>.)</p>
</li>
<li>
<p>Errors are specific and informative, and syntax errors are reported along
Expand Down Expand Up @@ -1683,6 +1683,7 @@ <h5 id="xdg-directories1230"><a class="header" href="#xdg-directories1230">XDG D
<tr><td><code>[no-cd]</code><sup>1.9.0</sup></td><td>recipe</td><td>Don’t change directory before executing recipe.</td></tr>
<tr><td><code>[no-exit-message]</code><sup>1.7.0</sup></td><td>recipe</td><td>Don’t print an error message if recipe fails.</td></tr>
<tr><td><code>[no-quiet]</code><sup>1.23.0</sup></td><td>recipe</td><td>Override globally quiet recipes and always echo out the recipe.</td></tr>
<tr><td><code>[openbsd]</code><sup>master</sup></td><td>recipe</td><td>Enable recipe on OpenBSD.</td></tr>
<tr><td><code>[positional-arguments]</code><sup>1.29.0</sup></td><td>recipe</td><td>Turn on <a href="avoiding-argument-splitting.html#positional-arguments">positional arguments</a> for this recipe.</td></tr>
<tr><td><code>[private]</code><sup>1.10.0</sup></td><td>alias, recipe</td><td>Make recipe, alias, or variable private. See <a href="private-recipes.html">Private Recipes</a>.</td></tr>
<tr><td><code>[script]</code><sup>1.33.0</sup></td><td>recipe</td><td>Execute recipe as script. See <a href="script-recipes.html">script recipes</a> for more details.</td></tr>
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 b451483

Please sign in to comment.