Skip to main content

process

Namespace: global/process

fn to_debug

fn to_debug(ctx: Shared<ProcessOutput>) -> String

get stderr

fn get stderr(ctx: Shared<ProcessOutput>) -> String

get stdout

fn get stdout(ctx: Shared<ProcessOutput>) -> String

fn run

fn run(args: ?) -> Shared<ProcessOutput>