wasmerio / cargo-wasmer

A cargo sub-command for publishing Rust crates to the WebAssembly Package Manager.
Apache License 2.0
23 stars 2 forks source link

Make `cargo wapm`'s CLI args match `cargo` #12

Closed Michael-F-Bryan closed 1 year ago

Michael-F-Bryan commented 1 year ago

This switches to the clap_cargo crate for parsing command-line args like --workspace, --package, and --manifest-path.

It will help DX by making the CLI more similar to other cargo sub-commands, while also getting rid of a bunch of logic where we tried to implement similar functionality (but poorly).