LukeMathWalker / LukeMathWalker/cargo-px
Reach feature parity with `cargo`'s package selection
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 63
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
`cargo-px` honors the `--package`/`-p` flags at the moment (see #39), but it doesn't support `--manifest-path`, `--workspace`/`--exclude` nor `--lib`/`--bin`/etc.
We should aim for feature parity with `cargo` in target selection to offer users the smoothest drop-in experience.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by comparing cargo-px's existing --package/-p handling with cargo's target-selection options. Review the behavior for --manifest-path, --workspace, --exclude, --lib, --bin, and related flags; done means cargo-px offers feature parity for the listed package and target-selection cases.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100