You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running cargo help prints a message ending with "See 'cargo help ' for more information on a specific command". However, running cargo help <command> just prints "Help command should not be executed directly". The correct syntax appears to be cargo <command> --help.
Not sure if the documentation is wrong, or if the suggested syntax is supposed to work.
Running
cargo help
prints a message ending with "See 'cargo help ' for more information on a specific command". However, runningcargo help <command>
just prints "Help command should not be executed directly". The correct syntax appears to becargo <command> --help
.Not sure if the documentation is wrong, or if the suggested syntax is supposed to work.
cargo 0.0.1-pre-nightly (66849de 2015-03-10) (built 2015-03-11)
The text was updated successfully, but these errors were encountered: