Closed tjhu closed 4 years ago
Can we support the command cargo fix in tool? Thanks!
cargo fix
Sure! I'd be happy to merge a PR for this.
See https://github.com/rust-osdev/cargo-xbuild/pull/12 for an example on how to add a new command.
Implemented in https://github.com/rust-osdev/cargo-xbuild/pull/64.
Can we support the command
cargo fix
in tool? Thanks!