Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upExpand `rustup show` #406
+199
−51
Conversation
This comment has been minimized.
This comment has been minimized.
|
Here's what it looks like with all categories of info displayed, since the test cases aren't very readable:
And the headers are bold. But it might be better to make everything but the headers bold. |
brson
force-pushed the
brson:show
branch
from
1c238b7
to
e9ea918
May 7, 2016
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
r=me, nice! I kinda like the bold headers, but the bold toolchains looks a little too much |
brson
added some commits
May 6, 2016
brson
force-pushed the
brson:show
branch
from
e9ea918
to
fafd0bb
May 7, 2016
brson
merged commit 45c0489
into
rust-lang:master
May 7, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
brson commentedMay 7, 2016
Now it shows the active toolchain, the installed targets for the
active toolchain, and the installed toolchains. When there are
no additional toolchains or targets, the category headers
for them are not displayed.