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

Add cargo-process-run-bin for running specific binaries #35

Merged
merged 2 commits into from
Jan 24, 2017

Conversation

TyOverby
Copy link
Contributor

No description provided.

Copy link
Owner

@kwrooijen kwrooijen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(defun cargo-process-run-bin (command)
"Run the Cargo run command --bin <name>.
With the prefix argument, modify the command's invocation.
Cargo: Build and execute with --example <name>."
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line is incorrect, it should be:
Cargo: Run the binary target of the local package

@kwrooijen
Copy link
Owner

Thanks for the PR! There were a couple of things that need to be fixed.

@TyOverby
Copy link
Contributor Author

^ Should be good!

@kwrooijen
Copy link
Owner

LGTM! Thanks!

@kwrooijen kwrooijen merged commit d17c66a into kwrooijen:master Jan 24, 2017
@TyOverby
Copy link
Contributor Author

🎈 🎈 🎈 🎈

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

Successfully merging this pull request may close these issues.

2 participants