cargo-px icon indicating copy to clipboard operation
cargo-px copied to clipboard

Support `-p`/`--package` flag

Open LukeMathWalker opened this issue 1 year ago • 0 comments

When running cargo px c, we invoke the code generators for all code-generated crates in the workspace. It'd be nice if cargo px c --package <package_id> would only invoke the code generators in the subset of the dependency tree needed by the selector package/packages.

LukeMathWalker avatar Oct 08 '24 16:10 LukeMathWalker