pub fn run(args: FmtArgs) -> Result<()>
Runs cargo fmt across the entire workspace.
cargo fmt
Returns an error if cargo fmt exits with a non-zero status (i.e. files are not formatted when running in check mode).