Update cheatsheets

This commit is contained in:
ivuorinen
2025-04-20 00:20:58 +00:00
parent 846fc1563d
commit a360d4dc45
153 changed files with 493 additions and 434 deletions

View File

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