amber/deno/command
Types
Values
pub fn new(
command: String,
options: List(command_option.CommandOption),
) -> Command
pub fn output_sync(
command: Command,
) -> Result(command_output.CommandOutput, error.Error)
pub fn spawn(command: Command) -> child_process.ChildProcess