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

Doesn't support command cargo --version in task #476

Closed
lygstate opened this issue Oct 15, 2020 · 3 comments
Closed

Doesn't support command cargo --version in task #476

lygstate opened this issue Oct 15, 2020 · 3 comments
Assignees
Labels
Milestone

Comments

@lygstate
Copy link

Describe The Bug

The following task caused error

[tasks.build]
command = "cargo"
args = ["--version"]
@sagiegurari
Copy link
Owner

@lygstate thanks a lot for reporting this.
I see the automatic crate installation kicked in for that as well and tried to find a crate named --version which is naturally totally wrong :)
i'll have that fixed. thanks for reporting.

@sagiegurari
Copy link
Owner

@lygstate this is now fixed in the 0.32.8 development branch.

@sagiegurari
Copy link
Owner

@lygstate the fix is now published.

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

No branches or pull requests

2 participants