Skip to content

Commit

Permalink
deploy: c6a2922
Browse files Browse the repository at this point in the history
  • Loading branch information
casey committed Nov 21, 2023
1 parent c38d3df commit d4f56b2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
3 changes: 1 addition & 2 deletions man/en/chapter_25.html
Original file line number Diff line number Diff line change
Expand Up @@ -175,14 +175,13 @@ <h1 class="menu-title">Just Programmer&#x27;s Manual</h1>
<div id="content" class="content">
<main>
<h3 id="aliases"><a class="header" href="#aliases">Aliases</a></h3>
<p>Aliases allow recipes to be invoked with alternative names:</p>
<p>Aliases allow recipes to be invoked on the command line with alternative names:</p>
<pre><code class="language-just">alias b := build

build:
echo 'Building!'
</code></pre>
<pre><code class="language-sh">$ just b
build
echo 'Building!'
Building!
</code></pre>
Expand Down
3 changes: 1 addition & 2 deletions man/en/print.html
Original file line number Diff line number Diff line change
Expand Up @@ -645,14 +645,13 @@ <h4 id="makefile-syntax-highlighting"><a class="header" href="#makefile-syntax-h
build
</code></pre>
<div style="break-before: page; page-break-before: always;"></div><h3 id="aliases"><a class="header" href="#aliases">Aliases</a></h3>
<p>Aliases allow recipes to be invoked with alternative names:</p>
<p>Aliases allow recipes to be invoked on the command line with alternative names:</p>
<pre><code class="language-just">alias b := build

build:
echo 'Building!'
</code></pre>
<pre><code class="language-sh">$ just b
build
echo 'Building!'
Building!
</code></pre>
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 d4f56b2

Please sign in to comment.