-
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
Commands don't have a help mode #11
Comments
Fixed! |
LucioFranco
pushed a commit
to LucioFranco/cargo
that referenced
this issue
Dec 12, 2022
* chore: Split Windows impl to a separate module * Add home_dir impl for Windows UWP platforms * Remove multirust support - Correct impl of rustup_home when RUSTUP_HOME is absolute directory. - Correct impl of cargo_home when CARGO_HOME is absolute directory. * Add more examples to show how API works
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
These commands all have no output
./target/cargo --help
./target/cargo help
./target/cargo foobar
./target/cargo-compile --help
The text was updated successfully, but these errors were encountered: