hobofan / cargo-nono

Check your crate for (possible) no_std compatibility
Apache License 2.0
209 stars 12 forks source link

Better package selection #56

Closed stanislav-tkach closed 3 years ago

stanislav-tkach commented 4 years ago

In case of multiple packages cargo-nono requires to select one of them via --package flag, but the following doesn't work:

cargo nono check --package <package name>

Instead the whole string including the package name, version and path is required. Ideally only the package name should be required.