plinth/node/child_process

Types

pub type ChildProcess

Functions

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(Writable, Nil)
Search Document