amber/deno/command

Types

pub type Command

Values

pub fn new(
  command: String,
  options: List(CommandOption),
) -> Command
pub fn output_sync(
  command: Command,
) -> Result(CommandOutput, Error)
pub fn spawn(command: Command) -> ChildProcess
Search Document