Skip to content

Commit

Permalink
deploy: fa8cf4d
Browse files Browse the repository at this point in the history
  • Loading branch information
casey committed Oct 1, 2024
1 parent 534bdce commit 49b4649
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions man/en/print.html
Original file line number Diff line number Diff line change
Expand Up @@ -1040,6 +1040,10 @@ <h4 id="positional-arguments"><a class="header" href="#positional-arguments">Pos
<p>Note that PowerShell does not handle positional arguments in the same way as
other shells, so turning on positional arguments will likely break recipes that
use PowerShell.</p>
<p>If using PowerShell 7.4 or better, the <code>-cwa</code> flag will make positional
arguments work as expected:</p>
<pre><code class="language-just">set shell := ['powershell.exe', '-cwa']
</code></pre>
<h4 id="shell"><a class="header" href="#shell">Shell</a></h4>
<p>The <code>shell</code> setting controls the command used to invoke recipe lines and
backticks. Shebang recipes are unaffected. The default shell is <code>sh -cu</code>.</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.

4 changes: 4 additions & 0 deletions man/en/settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,10 @@ <h4 id="positional-arguments"><a class="header" href="#positional-arguments">Pos
<p>Note that PowerShell does not handle positional arguments in the same way as
other shells, so turning on positional arguments will likely break recipes that
use PowerShell.</p>
<p>If using PowerShell 7.4 or better, the <code>-cwa</code> flag will make positional
arguments work as expected:</p>
<pre><code class="language-just">set shell := ['powershell.exe', '-cwa']
</code></pre>
<h4 id="shell"><a class="header" href="#shell">Shell</a></h4>
<p>The <code>shell</code> setting controls the command used to invoke recipe lines and
backticks. Shebang recipes are unaffected. The default shell is <code>sh -cu</code>.</p>
Expand Down

0 comments on commit 49b4649

Please sign in to comment.