mirror of https://github.com/CrimsonTome/tldr.git
17 lines
314 B
Markdown
17 lines
314 B
Markdown
|
# tldr-lint
|
||
|
|
||
|
> Lint and format `tldr` pages.
|
||
|
> More information: <https://github.com/tldr-pages/tldr-lint>.
|
||
|
|
||
|
- Lint all pages:
|
||
|
|
||
|
`tldr-lint {{pages_directory}}`
|
||
|
|
||
|
- Format a specific page to stdout:
|
||
|
|
||
|
`tldr-lint --format {{page.md}}`
|
||
|
|
||
|
- Format all pages in place:
|
||
|
|
||
|
`tldr-lint --format --in-place {{pages_directory}}`
|