We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It would be nice (for me at least) if debug tried to be a drop-in replacement for run, so I can easily switch between the two.
run
For example, with run I would normally do:
cargo run --bin myprog -- args
but cargo debug doesn't accept "--bin".
The text was updated successfully, but these errors were encountered:
hey that would be super neat. i threw this together pretty quickly to solve the basic problem, happy to accept PRs to improve it!
Sorry, something went wrong.
Also cargo run --example ...
cargo run --example ...
No branches or pull requests
It would be nice (for me at least) if debug tried to be a drop-in replacement for
run
, so I can easily switch between the two.For example, with run I would normally do:
cargo run --bin myprog -- args
but cargo debug doesn't accept "--bin".
The text was updated successfully, but these errors were encountered: