|
# tldrl
|
|
|
|
> Lint and format TLDR pages.
|
|
> More information: <https://github.com/tldr-pages/tldr-lint>.
|
|
|
|
- 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}}`
|