Problem
There are several flags one might imagine users passing to Cargo that aren't supported yet. It'd be nice if we told users who try to use these what to use instead, and perhaps also linked to the issue (if any) proposing to add such a flag. Some examples:
Proposed Solution
No response
Notes
No response
Problem
There are several flags one might imagine users passing to Cargo that aren't supported yet. It'd be nice if we told users who try to use these what to use instead, and perhaps also linked to the issue (if any) proposing to add such a flag. Some examples:
-Cfor running in a different directory. (blocked oncargo -C dirdoes not use therust-toolchain.tomlfile within the given directory. #11957)-wor-Wshort for--workspace(except inupdate, blocked on Add short flag-wfor--workspace#11554).-xfor--excludeAdd unsupported short flag suggestion for--targetand--excludeflags #12805-tfor--targetAdd unsupported short flag suggestion for--targetand--excludeflags #12805-sfor--quiet(-sis "silent" incurl) Add better suggestion for the unsupported silent flag #12723--manifest-path, not--path(though there is--pathforcargo add)-cfor--configAdd test for unsupported short config flag #12777-z, only-ZAdd unsupported lowercase-zflag suggestion for-Zflag #12788-O, only--out-dirAdd unsupported short suggestion for --out-dir flag #12755-nfor--dry-runfeat(cli): Add '-n' to dry-run #12660Proposed Solution
No response
Notes
No response