Skip to content

Commit

Permalink
deploy: e6c37aa
Browse files Browse the repository at this point in the history
  • Loading branch information
casey committed Jun 14, 2024
1 parent f0610bf commit df57986
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion man/en/chapter_27.html
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ <h4 id="positional-arguments"><a class="header" href="#positional-arguments">Pos
- bar baz
</code></pre>
<p>Positional arguments may also be turned on on a per-recipe basis with the
<code>[positional-arguments]</code> attribute<sup>master</sup>:</p>
<code>[positional-arguments]</code> attribute<sup>1.29.0</sup>:</p>
<pre><code class="language-just">[positional-arguments]
@foo bar:
echo $0
Expand Down
2 changes: 1 addition & 1 deletion man/en/chapter_34.html
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ <h3 id="recipe-attributes"><a class="header" href="#recipe-attributes">Recipe At
<tr><td><code>[no-cd]</code><sup>1.9.0</sup></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>Don’t print an error message if recipe fails.</td></tr>
<tr><td><code>[no-quiet]</code><sup>1.23.0</sup></td><td>Override globally quiet recipes and always echo out the recipe.</td></tr>
<tr><td><code>[positional-arguments]</code><sup>master</sup></td><td>Turn on <a href="chapter_61.html#positional-arguments">positional arguments</a> for this recipe.</td></tr>
<tr><td><code>[positional-arguments]</code><sup>1.29.0</sup></td><td>Turn on <a href="chapter_61.html#positional-arguments">positional arguments</a> for this recipe.</td></tr>
<tr><td><code>[private]</code><sup>1.10.0</sup></td><td>See <a href="chapter_51.html">Private Recipes</a>.</td></tr>
<tr><td><code>[unix]</code><sup>1.8.0</sup></td><td>Enable recipe on Unixes. (Includes MacOS).</td></tr>
<tr><td><code>[windows]</code><sup>1.8.0</sup></td><td>Enable recipe on Windows.</td></tr>
Expand Down
2 changes: 1 addition & 1 deletion man/en/chapter_40.html
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ <h4 id="exporting-just-variables"><a class="header" href="#exporting-just-variab
</code></pre>
<p>When <a href="chapter_27.html#export">export</a> is set, all <code>just</code> variables are exported as environment
variables.</p>
<h4 id="unexporting-environment-variablesmaster"><a class="header" href="#unexporting-environment-variablesmaster">Unexporting Environment Variables<sup>master</sup></a></h4>
<h4 id="unexporting-environment-variables1290"><a class="header" href="#unexporting-environment-variables1290">Unexporting Environment Variables<sup>1.29.0</sup></a></h4>
<p>Environment variables can be unexported with the <code>unexport keyword</code>:</p>
<pre><code class="language-just">unexport FOO

Expand Down
6 changes: 3 additions & 3 deletions man/en/print.html
Original file line number Diff line number Diff line change
Expand Up @@ -934,7 +934,7 @@ <h4 id="positional-arguments"><a class="header" href="#positional-arguments">Pos
- bar baz
</code></pre>
<p>Positional arguments may also be turned on on a per-recipe basis with the
<code>[positional-arguments]</code> attribute<sup>master</sup>:</p>
<code>[positional-arguments]</code> attribute<sup>1.29.0</sup>:</p>
<pre><code class="language-just">[positional-arguments]
@foo bar:
echo $0
Expand Down Expand Up @@ -1485,7 +1485,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>Don’t change directory before executing recipe.</td></tr>
<tr><td><code>[no-exit-message]</code><sup>1.7.0</sup></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>Override globally quiet recipes and always echo out the recipe.</td></tr>
<tr><td><code>[positional-arguments]</code><sup>master</sup></td><td>Turn on <a href="chapter_61.html#positional-arguments">positional arguments</a> for this recipe.</td></tr>
<tr><td><code>[positional-arguments]</code><sup>1.29.0</sup></td><td>Turn on <a href="chapter_61.html#positional-arguments">positional arguments</a> for this recipe.</td></tr>
<tr><td><code>[private]</code><sup>1.10.0</sup></td><td>See <a href="chapter_51.html">Private Recipes</a>.</td></tr>
<tr><td><code>[unix]</code><sup>1.8.0</sup></td><td>Enable recipe on Unixes. (Includes MacOS).</td></tr>
<tr><td><code>[windows]</code><sup>1.8.0</sup></td><td>Enable recipe on Windows.</td></tr>
Expand Down Expand Up @@ -1750,7 +1750,7 @@ <h4 id="exporting-just-variables"><a class="header" href="#exporting-just-variab
</code></pre>
<p>When <a href="chapter_27.html#export">export</a> is set, all <code>just</code> variables are exported as environment
variables.</p>
<h4 id="unexporting-environment-variablesmaster"><a class="header" href="#unexporting-environment-variablesmaster">Unexporting Environment Variables<sup>master</sup></a></h4>
<h4 id="unexporting-environment-variables1290"><a class="header" href="#unexporting-environment-variables1290">Unexporting Environment Variables<sup>1.29.0</sup></a></h4>
<p>Environment variables can be unexported with the <code>unexport keyword</code>:</p>
<pre><code class="language-just">unexport FOO

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 df57986

Please sign in to comment.