This structure mimics the API of `std::process::Command` found in the standard library, but replaces functions that create a process with an asynchronous variant. The main provided asynchronous functions are spawn, status, and output.| docs.rs
A slice of a path (akin to `str`).| doc.rust-lang.org
Format trait for an empty format, `{}`.| doc.rust-lang.org