mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-04 02:55:17 +00:00
Update cheatsheets
This commit is contained in:
@@ -16,14 +16,18 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`paclog --commandline`
|
||||
|
||||
- Display log events for a specific package:
|
||||
|
||||
`paclog --package {{package_name}}`
|
||||
|
||||
- Display package actions of a specific type:
|
||||
|
||||
`paclog --action {{install|reinstall|upgrade|downgrade|remove|all}}`
|
||||
|
||||
- Display only errors, warnings, and notes:
|
||||
|
||||
`paclog --warnings`
|
||||
|
||||
- Display package name and action type:
|
||||
|
||||
`paclog --package {{package_name}} --action {{install|upgrade|remove|...}}`
|
||||
|
||||
- Display the list of installed packages according to the log:
|
||||
|
||||
`paclog --pkglist`
|
||||
|
||||
Reference in New Issue
Block a user