mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 01:02:09 +02:00
whoami, winget: add examples (#9069)
This commit is contained in:
parent
0ef02f4345
commit
7fb2b9262f
2 changed files with 12 additions and 0 deletions
|
@ -22,3 +22,7 @@
|
|||
- Display the logon ID of the current user:
|
||||
|
||||
`whoami /logonid`
|
||||
|
||||
- Display all information for the current user:
|
||||
|
||||
`whoami /all`
|
||||
|
|
|
@ -14,3 +14,11 @@
|
|||
- Search for a package:
|
||||
|
||||
`winget search {{package}}`
|
||||
|
||||
- Upgrade all packages to latest versions:
|
||||
|
||||
`winget upgrade --all`
|
||||
|
||||
- List all packages installed that can be managed with winget:
|
||||
|
||||
`winget list --source winget`
|
||||
|
|
Loading…
Add table
Reference in a new issue