Hi! When running cargo-modules orphan --manifest-path=path/to/package/Cargo.toml in a workspace, the output is the following:
Error: Multiple packages present in workspace,
please explicitly select one via --package flag.
Packages present in workspace:
- foo
- bar
- ...
However, I would expect that when providing the manifest path of a specific package, the --package argument should not be necessary.
Hi! When running
cargo-modules orphan --manifest-path=path/to/package/Cargo.tomlin a workspace, the output is the following:However, I would expect that when providing the manifest path of a specific package, the
--packageargument should not be necessary.