mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-16 14:00:22 +00:00
Update cheatsheets
This commit is contained in:
@@ -15,20 +15,20 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Upgrade all packages:
|
||||
|
||||
`paxs -u`
|
||||
`paxs {{[-u|--upgrade-all]}}`
|
||||
|
||||
- Install a package (prompting for the source):
|
||||
|
||||
`paxs -i {{package}}`
|
||||
`paxs {{[-i|--install]}} {{package}}`
|
||||
|
||||
- Remove a package (prompting for the source):
|
||||
|
||||
`paxs -r {{package}}`
|
||||
`paxs {{[-r|--remove]}} {{package}}`
|
||||
|
||||
- Check for updates across all package managers:
|
||||
|
||||
`paxs -c`
|
||||
`paxs {{[-c|--check-update]}}`
|
||||
|
||||
- Display help:
|
||||
|
||||
`paxs -h`
|
||||
`paxs {{[-h|--help]}}`
|
||||
|
||||
Reference in New Issue
Block a user