Commit 16fcef2
fix(toolchain): Have 'list' match 'show's styling
`rustup show` and `rustup toolchain list` have similar lists but the
latter was unstyled.
This updates it to be styled to match `rustup show` as of #4556.
Maybe there would be a way to single source this in the future.
They do handle paths differently, so it would likely require a larger
conversation.1 parent 670b729 commit 16fcef2
File tree
2 files changed
+5
-3
lines changed- src/cli
- tests/suite/cli_rustup_ui
2 files changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
328 | 328 | | |
329 | 329 | | |
330 | 330 | | |
331 | | - | |
| 331 | + | |
332 | 332 | | |
333 | 333 | | |
334 | 334 | | |
| |||
Lines changed: 3 additions & 1 deletion
Loading
0 commit comments