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