rust-mobile / cargo-subcommand

Library for implementing cargo subcommands
6 stars 6 forks source link

manifest: Be more specific about not supporting multiple packages yet #21

Closed MarijnS95 closed 2 years ago

MarijnS95 commented 2 years ago

When running cargo-subcommand without -p package selection against a workspace currently only the first found package is returned. This should be implemented over time to return all packages (and artifacts adhering to target selection), but return a more specific error for the time being instead of making it seem like there's only one package.