amber/deno/command

Types

pub type Command

Values

pub fn new(
  command: String,
  options: List(command_option.CommandOption),
) -> Command
pub fn output_sync(
  command: Command,
) -> Result(command_output.CommandOutput, error.Error)
Search Document