1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-15 01:35:23 +02:00

winget: add option placehorders (#17102)

This commit is contained in:
Managor 2025-07-04 09:55:09 +03:00 committed by GitHub
parent f3fe4a9362
commit c246996957
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,11 +5,11 @@
- Install a package:
`winget install {{package}}`
`winget {{[add|install]}} {{package}}`
- Remove a package (Note: `remove` can also be used instead of `uninstall`):
`winget uninstall {{package}}`
`winget {{[rm|uninstall]}} {{package}}`
- Display information about a package:
@ -21,11 +21,11 @@
- Upgrade all packages to the latest versions:
`winget upgrade --all`
`winget upgrade {{[-r|--all]}}`
- List all packages installed that can be managed with `winget`:
`winget list --source winget`
`winget {{[ls|list]}} {{[-s|--source]}} winget`
- Import packages from a file, or export installed packages to a file: