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:
parent
f3fe4a9362
commit
c246996957
1 changed files with 4 additions and 4 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue