-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
cargo help <command>
doesn't work on Windows
#9291
Comments
Thanks for the report! The built-in help uses the It looks like you might be using |
Apparently
|
Yea, Cargo is not aware of cygwin-style paths. I thought I had tested this, but I can confirm it doesn't work. I think the code should just be changed to not try to run |
Does it mean that
|
It works, it just isn't formatted with underlines/bold/word-wrapping, etc. |
Ah, ok then. |
cargo help
doesn't work on clean Windows installation.Steps
Just run any help command, such as
cargo help init
:Notes
Output of
cargo version
:The text was updated successfully, but these errors were encountered: