Update cheatsheets

This commit is contained in:
ivuorinen
2025-03-18 00:18:35 +00:00
parent 9cdd033c95
commit a9720510d1
43 changed files with 362 additions and 132 deletions

View File

@@ -17,18 +17,18 @@ source: https://github.com/tldr-pages/tldr.git
`pw-dump {{object_id}}`
- Dump the current state [m]onitoring changes, printing it again:
- Dump the current state monitoring changes, printing it again:
`pw-dump --monitor`
`pw-dump {{[-m|--monitor]}}`
- Dump the current state of a [r]emote instance to a file:
- Dump the current state of a remote instance to a file:
`pw-dump --remote {{remote_name}} > {{path/to/dump_file.json}}`
`pw-dump {{[-r|--remote]}} {{remote_name}} > {{path/to/dump_file.json}}`
- Set a [C]olor configuration:
- Set a color configuration:
`pw-dump --color {{never|always|auto}}`
`pw-dump {{[-C|--color]}} {{never|always|auto}}`
- Display help:
`pw-dump --help`
`pw-dump {{[-h|--help]}}`