whoami, winget: add examples (#9069)

pull/1/head
Colin Westwater 2022-10-16 05:41:04 +01:00 committed by GitHub
parent 0ef02f4345
commit 7fb2b9262f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 0 deletions

View File

@ -22,3 +22,7 @@
- Display the logon ID of the current user:
`whoami /logonid`
- Display all information for the current user:
`whoami /all`

View File

@ -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`