mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-10 17:58:18 +00:00
Update cheatsheets
This commit is contained in:
21
rustup-show
Normal file
21
rustup-show
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# rustup show
|
||||
|
||||
> Show installed toolchains, targets and the version of `rustc`.
|
||||
> More information: <https://rust-lang.github.io/rustup>.
|
||||
|
||||
- Show all information:
|
||||
|
||||
`rustup show`
|
||||
|
||||
- Show the active toolchain:
|
||||
|
||||
`rustup show active-toolchain`
|
||||
|
||||
- Show the rustup data directory:
|
||||
|
||||
`rustup show home`
|
||||
Reference in New Issue
Block a user