mirror of https://github.com/CrimsonTome/tldr.git
16 lines
211 B
Markdown
16 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}}`
|