mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-18 17:01:17 +00:00
Update cheatsheets
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user