API for running native commands in a child process. Clients simply create `Process`es using the `createProcess()` method. The new process starts executing immediately. Process process = createProcess { command = "ls"; arguments = ["-l"]; path = home; }; By default, the standard input, output, and error streams of the new child process are piped to and from the current process by exposing a `Writer` and `Reader`s. if (is Reader reader = ...

Latest Versions

13 versions โ†’
VersionVulnerabilitiesUsagesDate
1.3.x
1.3.1
0
Feb 13, 2021
1.3.0
1
Feb 13, 2021
1.2.x
1.2.2
1
Feb 13, 2021
1.2.1
0
Feb 13, 2021
1.2.0
1
Feb 13, 2021
1.1.x
1.1.0
0
Feb 13, 2021
1.0.x
1.0.0
1
Feb 13, 2021
0.6.x
0.6.1
0
Feb 13, 2021
0.6
0
Feb 13, 2021
0.5.x
0.5
0
Feb 13, 2021
0.4.x
0.4
0
Feb 13, 2021
0.3.x
0.3.2
0
Feb 13, 2021
0.3.1
0
Feb 13, 2021
13 versions โ†’