Skip to content

Commit

Permalink
Revises interpretation of win-verbatim-args #3561
Browse files Browse the repository at this point in the history
Also refs #3495; not complete since `run` and `Proc.spawn` are still not processed.
  • Loading branch information
JJ committed Aug 16, 2020
1 parent 7818041 commit beb6978
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/Type/Proc/Async.pod6
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,8 @@ process arguments. See
L<this blog|https://docs.microsoft.com/en-us/archive/blogs/twistylittlepassagesallalike/everyone-quotes-command-line-arguments-the-wrong-way>
for more information on windows command quoting. The flag is ignored on all
other platforms. The flag was introduced in Rakudo version 2020.06 and is not
present in older releases.
present in older releases. By default, it's set to C<False>, in which case
arguments will be quoted according to Microsoft convention.
=head2 method stdout
Expand Down

0 comments on commit beb6978

Please sign in to comment.