We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c421ac commit 5b1788cCopy full SHA for 5b1788c
doc/Type/Proc.pod6
@@ -109,14 +109,14 @@ if the process it ran exited unsuccessfully.
109
110
method spawn(*@args ($, *@), :$cwd = $*CWD, Hash() :$env = %*ENV --> Bool:D)
111
112
-Runs the C<Proc> object with the given command, argument list, working directory
+Runs the C<Proc> object with the given command, argument list, working directory,
113
and environment.
114
115
=head2 method shell
116
117
method shell($cmd, :$cwd = $*CWD, :$env --> Bool:D)
118
119
-Runs the C<Proc> object with the given command and environment which is passed
+Runs the C<Proc> object with the given command and environment which are passed
120
through to the shell for parsing and execution.
121
122
=head2 method command
0 commit comments