mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 14:55:56 +02:00
tldrl: add page
This commit is contained in:
parent
b185c58fa8
commit
0d11c4c584
1 changed files with 15 additions and 0 deletions
15
pages/common/tldrl.md
Normal file
15
pages/common/tldrl.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
# tldrl
|
||||
|
||||
> Lint and format TLDR pages.
|
||||
|
||||
- Lint all pages:
|
||||
|
||||
`tldrl {{pages_directory}}`
|
||||
|
||||
- Format a specific page to stdout:
|
||||
|
||||
`tldrl -f {{page.md}}`
|
||||
|
||||
- Format all pages in place:
|
||||
|
||||
`tldrl -fi {{pages_directory}}`
|
Loading…
Add table
Reference in a new issue