Skip to content

Commit

Permalink
deploy: 53cea2f
Browse files Browse the repository at this point in the history
  • Loading branch information
casey committed Jan 12, 2024
1 parent 12f2d19 commit ab537ae
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
11 changes: 11 additions & 0 deletions man/en/chapter_31.html
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,17 @@ <h4 id="just-executable"><a class="header" href="#just-executable">Just Executab
<pre><code class="language-sh">$ just
The executable is at: /bin/just
</code></pre>
<h4 id="just-process-id"><a class="header" href="#just-process-id">Just Process ID</a></h4>
<ul>
<li><code>just_pid()</code> - Process ID of the <code>just</code> executable.</li>
</ul>
<p>For example:</p>
<pre><code class="language-just">pid:
@echo The process ID is: {{ just_pid() }}
</code></pre>
<pre><code class="language-sh">$ just
The process ID is: 420
</code></pre>
<h4 id="string-manipulation"><a class="header" href="#string-manipulation">String Manipulation</a></h4>
<ul>
<li><code>quote(s)</code> - Replace all single quotes with <code>'\''</code> and prepend and append
Expand Down
11 changes: 11 additions & 0 deletions man/en/print.html
Original file line number Diff line number Diff line change
Expand Up @@ -1162,6 +1162,17 @@ <h4 id="just-executable"><a class="header" href="#just-executable">Just Executab
<pre><code class="language-sh">$ just
The executable is at: /bin/just
</code></pre>
<h4 id="just-process-id"><a class="header" href="#just-process-id">Just Process ID</a></h4>
<ul>
<li><code>just_pid()</code> - Process ID of the <code>just</code> executable.</li>
</ul>
<p>For example:</p>
<pre><code class="language-just">pid:
@echo The process ID is: {{ just_pid() }}
</code></pre>
<pre><code class="language-sh">$ just
The process ID is: 420
</code></pre>
<h4 id="string-manipulation"><a class="header" href="#string-manipulation">String Manipulation</a></h4>
<ul>
<li><code>quote(s)</code> - Replace all single quotes with <code>'\''</code> and prepend and append
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 ab537ae

Please sign in to comment.