Skip to content

Commit

Permalink
deploy: 45fdd12
Browse files Browse the repository at this point in the history
  • Loading branch information
casey committed Oct 1, 2024
1 parent 49b4649 commit 4cddbda
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions man/en/print.html
Original file line number Diff line number Diff line change
Expand Up @@ -1040,9 +1040,9 @@ <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']
<p>If using PowerShell 7.4 or better, the <code>-CommandWithArgs</code> flag will make
positional arguments work as expected:</p>
<pre><code class="language-just">set shell := ['pwsh.exe', '-CommandWithArgs']
</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
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.

6 changes: 3 additions & 3 deletions man/en/settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -337,9 +337,9 @@ <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']
<p>If using PowerShell 7.4 or better, the <code>-CommandWithArgs</code> flag will make
positional arguments work as expected:</p>
<pre><code class="language-just">set shell := ['pwsh.exe', '-CommandWithArgs']
</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
Expand Down

0 comments on commit 4cddbda

Please sign in to comment.