Skip to content

Commit

Permalink
deploy: a101dd5
Browse files Browse the repository at this point in the history
  • Loading branch information
casey committed Oct 1, 2024
1 parent 4cddbda commit bc96481
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 @@ -1043,6 +1043,10 @@ <h4 id="positional-arguments"><a class="header" href="#positional-arguments">Pos
<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']
set positional-arguments

print-args a b c:
Write-Output @($args[1..($args.Count - 1)])
</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.

4 changes: 4 additions & 0 deletions man/en/settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,10 @@ <h4 id="positional-arguments"><a class="header" href="#positional-arguments">Pos
<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']
set positional-arguments

print-args a b c:
Write-Output @($args[1..($args.Count - 1)])
</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 bc96481

Please sign in to comment.