dalicious v3.1.0 (2020-06-18T14:07:15Z)
Dub
Repo
pipeLines
dalicious
process
Run command and returns an input range of the output lines.
auto
pipeLines
(Range command, string workdir)
auto
pipeLines
(
Range
)
(
Range
command
,
in
string
workdir
= null
)
if
(
isInputRange
!
Range
&&
isSomeString
!(
ElementType
!
Range
)
)
auto
pipeLines
(string shellCommand, string workdir)
Meta
Source
See Implementation
dalicious
process
functions
executeCommand
executeScript
executeShell
isExecutable
pipeLines
Run command and returns an input range of the output lines.