Skip to content

Commit

Permalink
deploy: 00eb17e
Browse files Browse the repository at this point in the history
  • Loading branch information
casey committed May 25, 2024
1 parent 7ea887f commit 2e83f7c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions man/en/chapter_32.html
Original file line number Diff line number Diff line change
Expand Up @@ -299,14 +299,14 @@ <h4 id="justfile-and-justfile-directory"><a class="header" href="#justfile-and-j
<h4 id="source-and-source-directory"><a class="header" href="#source-and-source-directory">Source and Source Directory</a></h4>
<ul>
<li>
<p><code>source()</code><sup>1.27.0</sup> - Retrieves the path of the current source file.</p>
<p><code>source_file()</code><sup>1.27.0</sup> - Retrieves the path of the current source file.</p>
</li>
<li>
<p><code>source_directory()</code><sup>1.27.0</sup> - Retrieves the path of the parent directory of the
current source file.</p>
</li>
</ul>
<p><code>source()</code> and <code>source_directory()</code> behave the same as <code>justfile()</code> and
<p><code>source_file()</code> and <code>source_directory()</code> behave the same as <code>justfile()</code> and
<code>justfile_directory()</code> in the root <code>justfile</code>, but will return the path and
directory, respectively, of the current <code>import</code> or <code>mod</code> source file when
called from within an import or submodule.</p>
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 @@ -182,7 +182,7 @@ <h3 id="recipe-attributes"><a class="header" href="#recipe-attributes">Recipe At
<tr><td><code>[confirm]</code><sup>1.17.0</sup></td><td>Require confirmation prior to executing recipe.</td></tr>
<tr><td><code>[confirm('PROMPT')]</code><sup>1.23.0</sup></td><td>Require confirmation prior to executing recipe with a custom prompt.</td></tr>
<tr><td><code>[doc('DOC')]</code><sup>1.27.0</sup></td><td>Set recipe’s <a href="chapter_28.html">documentation comment</a> to <code>DOC</code>.</td></tr>
<tr><td><code>[group('NAME"']</code><sup>1.27.0</sup></td><td>Put recipe in <a href="chapter_35.html">recipe group</a> <code>NAME</code>.</td></tr>
<tr><td><code>[group('NAME')]</code><sup>1.27.0</sup></td><td>Put recipe in <a href="chapter_35.html">recipe group</a> <code>NAME</code>.</td></tr>
<tr><td><code>[linux]</code><sup>1.8.0</sup></td><td>Enable recipe on Linux.</td></tr>
<tr><td><code>[macos]</code><sup>1.8.0</sup></td><td>Enable recipe on MacOS.</td></tr>
<tr><td><code>[no-cd]</code><sup>1.9.0</sup></td><td>Don’t change directory before executing recipe.</td></tr>
Expand Down
6 changes: 3 additions & 3 deletions man/en/print.html
Original file line number Diff line number Diff line change
Expand Up @@ -1260,14 +1260,14 @@ <h4 id="justfile-and-justfile-directory"><a class="header" href="#justfile-and-j
<h4 id="source-and-source-directory"><a class="header" href="#source-and-source-directory">Source and Source Directory</a></h4>
<ul>
<li>
<p><code>source()</code><sup>1.27.0</sup> - Retrieves the path of the current source file.</p>
<p><code>source_file()</code><sup>1.27.0</sup> - Retrieves the path of the current source file.</p>
</li>
<li>
<p><code>source_directory()</code><sup>1.27.0</sup> - Retrieves the path of the parent directory of the
current source file.</p>
</li>
</ul>
<p><code>source()</code> and <code>source_directory()</code> behave the same as <code>justfile()</code> and
<p><code>source_file()</code> and <code>source_directory()</code> behave the same as <code>justfile()</code> and
<code>justfile_directory()</code> in the root <code>justfile</code>, but will return the path and
directory, respectively, of the current <code>import</code> or <code>mod</code> source file when
called from within an import or submodule.</p>
Expand Down Expand Up @@ -1439,7 +1439,7 @@ <h5 id="xdg-directories1230"><a class="header" href="#xdg-directories1230">XDG D
<tr><td><code>[confirm]</code><sup>1.17.0</sup></td><td>Require confirmation prior to executing recipe.</td></tr>
<tr><td><code>[confirm('PROMPT')]</code><sup>1.23.0</sup></td><td>Require confirmation prior to executing recipe with a custom prompt.</td></tr>
<tr><td><code>[doc('DOC')]</code><sup>1.27.0</sup></td><td>Set recipe’s <a href="chapter_28.html">documentation comment</a> to <code>DOC</code>.</td></tr>
<tr><td><code>[group('NAME"']</code><sup>1.27.0</sup></td><td>Put recipe in <a href="chapter_35.html">recipe group</a> <code>NAME</code>.</td></tr>
<tr><td><code>[group('NAME')]</code><sup>1.27.0</sup></td><td>Put recipe in <a href="chapter_35.html">recipe group</a> <code>NAME</code>.</td></tr>
<tr><td><code>[linux]</code><sup>1.8.0</sup></td><td>Enable recipe on Linux.</td></tr>
<tr><td><code>[macos]</code><sup>1.8.0</sup></td><td>Enable recipe on MacOS.</td></tr>
<tr><td><code>[no-cd]</code><sup>1.9.0</sup></td><td>Don’t change directory before executing recipe.</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 2e83f7c

Please sign in to comment.