Handbook
Glossary
run-with-output ( arguments -- )
Vocabulary
tools
.
deploy
.
backend
Inputs
arguments
an
object
Outputs
None
Definition
USING:
accessors
io.encodings.utf8
io.launcher
kernel
;
IN:
tools.deploy.backend
:
run-with-output
( arguments -- )
<process>
swap
>>command
+stdout+
>>stderr
+closed+
>>stdin
+low-priority+
>>priority
utf8
[
copy-lines
]
with-process-reader
;