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