Skip to content
New issue

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

Be more compatable with run? #2

Open
ChrisJefferson opened this issue Mar 12, 2021 · 2 comments
Open

Be more compatable with run? #2

ChrisJefferson opened this issue Mar 12, 2021 · 2 comments

Comments

@ChrisJefferson
Copy link

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".

@ryankurte
Copy link
Collaborator

hey that would be super neat. i threw this together pretty quickly to solve the basic problem, happy to accept PRs to improve it!

@thargy
Copy link

thargy commented Sep 6, 2021

Also cargo run --example ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants