Closed
Description
Problem
"error: " is printed twice:
$ rustup toolchain list --installed
error: error: Found argument '--installed' which wasn't expected, or isn't valid in this context
USAGE:
rustup toolchain list [FLAGS]
For more information try --help
Steps
- Run
rustup toolchain list --installed
. Or just run it with any flag that doesn't make sense:rustup --blah
Possible Solution(s)
Notes
Output of rustup --version
: rustup 1.22.1 (b01adbbc3 2020-07-08)