Update cheatsheets

This commit is contained in:
ivuorinen
2025-04-23 00:19:06 +00:00
parent 8ba6f7fc9e
commit 94c28849c9
382 changed files with 1183 additions and 1056 deletions

View File

@@ -10,19 +10,19 @@ source: https://github.com/tldr-pages/tldr.git
- Check if a DocBook XML file is valid:
`daps -d {{path/to/file.xml}} validate`
`daps {{[-d|--docconfig]}} {{path/to/file.xml}} validate`
- Convert a DocBook XML file into PDF:
`daps -d {{path/to/file.xml}} pdf`
`daps {{[-d|--docconfig]}} {{path/to/file.xml}} pdf`
- Convert a DocBook XML file into a single HTML file:
`daps -d {{path/to/file.xml}} html --single`
`daps {{[-d|--docconfig]}} {{path/to/file.xml}} html --single`
- Display help:
`daps --help`
`daps {{[-h|--help]}}`
- Display version: