Skip to content
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

No info printed on rustup target remove #306

Closed
alexcrichton opened this issue Apr 13, 2016 · 1 comment
Closed

No info printed on rustup target remove #306

alexcrichton opened this issue Apr 13, 2016 · 1 comment

Comments

@alexcrichton
Copy link
Member

Right now a successful rustup target remove doesn't actually print anything, whereas most other commands print out something like "successfully did blah".

@brson
Copy link
Contributor

brson commented May 12, 2017

Since install says:

brian@ip-10-145-43-250:/mnt2/dev⟫ rustup target add i686-unknown-linux-gnu
info: downloading component 'rust-std' for 'i686-unknown-linux-gnu'
info: installing component 'rust-std' for 'i686-unknown-linux-gnu'

Seems like an appropriate message is

info: removing component 'rust-std' for 'i686-unknown-linux-gnu'

Neither indicates that the command was finally installed or removed, but saying "removing" is at least consistent with the existing logs, and it prints something.

bors added a commit that referenced this issue May 18, 2017
Add a message when removing a component

Fixes #306.
The message is (for example)
```
info: removing component 'rust-std' for 'x86_64-unknown-linux-musl'
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants