mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 23:02:07 +02:00
15 lines
211 B
Markdown
15 lines
211 B
Markdown
# 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}}`
|