mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 01:02:09 +02:00
commit
17b990f4e4
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