-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Open
Labels
A-cliArea: Command-line interface, option parsing, etc.Area: Command-line interface, option parsing, etc.C-bugCategory: bugCategory: bugS-propose-closeStatus: A team member has nominated this for closing, pending further input from the teamStatus: A team member has nominated this for closing, pending further input from the team
Description
cargo build --manifest-path=NotCargo.toml
fails with
the manifest-path must be a path to a Cargo.toml file
but my NotCargo.toml
is a manifest file.
So either the option needs to be called --cargo-toml-path
, or it should IMO accept any TOML file that's a valid manifest path.
Motivation: working around cargo bugs often requires having many manifests files and using different ones depending on what one is trying to do (e.g. build for two different editions, build without dev-dependencies in the dependency graph, etc.).
PSeitz, 3100, xpepermint, zeeshanlakhani, cutsoy and 10 more
Metadata
Metadata
Assignees
Labels
A-cliArea: Command-line interface, option parsing, etc.Area: Command-line interface, option parsing, etc.C-bugCategory: bugCategory: bugS-propose-closeStatus: A team member has nominated this for closing, pending further input from the teamStatus: A team member has nominated this for closing, pending further input from the team