plinth/node/child_process
Types
pub type ChildProcess
Values
pub fn exec(command: String) -> ChildProcess
pub fn kill(child_process: ChildProcess) -> Nil
pub fn spawn(
command: String,
arguments: List(String),
) -> ChildProcess
pub fn stdin(
child_process: ChildProcess,
) -> Result(stream.Writable, Nil)