Skip to content

Commit

Permalink
deploy: dcca968
Browse files Browse the repository at this point in the history
  • Loading branch information
casey committed Jan 24, 2024
1 parent 6188497 commit 31907ef
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion man/en/chapter_67.html
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ <h1 class="menu-title">Just Programmer&#x27;s Manual</h1>
<h3 id="justsh"><a class="header" href="#justsh">just.sh</a></h3>
<p>Before <code>just</code> was a fancy Rust program it was a tiny shell script that called
<code>make</code>. You can find the old version in
<a href="https://github.com/casey/just/blob/master/extras/just.sh">extras/just.sh</a>.</p>
<a href="https://github.com/casey/just/blob/master/contrib/just.sh">contrib/just.sh</a>.</p>

</main>

Expand Down
2 changes: 1 addition & 1 deletion man/en/print.html
Original file line number Diff line number Diff line change
Expand Up @@ -2441,7 +2441,7 @@ <h4 id="exported-arguments"><a class="header" href="#exported-arguments">Exporte
<div style="break-before: page; page-break-before: always;"></div><h3 id="justsh"><a class="header" href="#justsh">just.sh</a></h3>
<p>Before <code>just</code> was a fancy Rust program it was a tiny shell script that called
<code>make</code>. You can find the old version in
<a href="https://github.com/casey/just/blob/master/extras/just.sh">extras/just.sh</a>.</p>
<a href="https://github.com/casey/just/blob/master/contrib/just.sh">contrib/just.sh</a>.</p>
<div style="break-before: page; page-break-before: always;"></div><h3 id="user-justfiles"><a class="header" href="#user-justfiles">User <code>justfile</code>s</a></h3>
<p>If you want some recipes to be available everywhere, you have a few options.</p>
<p>First, create a <code>justfile</code> in <code>~/.user.justfile</code> with some recipes.</p>
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.

2 changes: 1 addition & 1 deletion man/zh/chapter_64.html
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ <h1 class="menu-title">Just 用户指南</h1>
<div id="content" class="content">
<main>
<h3 id="justsh"><a class="header" href="#justsh">just.sh</a></h3>
<p><code>just</code> 成为一个精致的 Rust 程序之前,它是一个很小的 Shell 脚本,叫 <code>make</code>。你可以在 <a href="https://github.com/casey/just/blob/master/extras/just.sh">extras/just.sh</a> 中找到旧版本。</p>
<p><code>just</code> 成为一个精致的 Rust 程序之前,它是一个很小的 Shell 脚本,叫 <code>make</code>。你可以在 <a href="https://github.com/casey/just/blob/master/contrib/just.sh">contrib/just.sh</a> 中找到旧版本。</p>

</main>

Expand Down
2 changes: 1 addition & 1 deletion man/zh/print.html
Original file line number Diff line number Diff line change
Expand Up @@ -1788,7 +1788,7 @@ <h4 id="导出参数"><a class="header" href="#导出参数">导出参数</a></h
<div style="break-before: page; page-break-before: always;"></div><h3 id="语法"><a class="header" href="#语法">语法</a></h3>
<p><a href="https://github.com/casey/just/blob/master/GRAMMAR.md">GRAMMAR.md</a> 中可以找到一个非正式的 <code>justfile</code> 语法说明。</p>
<div style="break-before: page; page-break-before: always;"></div><h3 id="justsh"><a class="header" href="#justsh">just.sh</a></h3>
<p><code>just</code> 成为一个精致的 Rust 程序之前,它是一个很小的 Shell 脚本,叫 <code>make</code>。你可以在 <a href="https://github.com/casey/just/blob/master/extras/just.sh">extras/just.sh</a> 中找到旧版本。</p>
<p><code>just</code> 成为一个精致的 Rust 程序之前,它是一个很小的 Shell 脚本,叫 <code>make</code>。你可以在 <a href="https://github.com/casey/just/blob/master/contrib/just.sh">contrib/just.sh</a> 中找到旧版本。</p>
<div style="break-before: page; page-break-before: always;"></div><h3 id="用户-justfile"><a class="header" href="#用户-justfile">用户 <code>justfile</code></a></h3>
<p>如果你想让一些配方在任何地方都能使用,你有几个选择。</p>
<p>首先,在 <code>~/.user.justfile</code> 中创建一个带有一些配方的 <code>justfile</code></p>
Expand Down
2 changes: 1 addition & 1 deletion man/zh/searchindex.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

0 comments on commit 31907ef

Please sign in to comment.