mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-10 23:47:05 +00:00
27 lines
659 B
Plaintext
27 lines
659 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# tldr-lint
|
|
|
|
> Lint and format `tldr` pages.
|
|
> Note: `tldrl` can be used as an alias for `tldr-lint`.
|
|
> More information: <https://github.com/tldr-pages/tldr-lint#usage>.
|
|
|
|
- Lint a single page or all pages in a directory:
|
|
|
|
`tldr-lint {{path/to/page_or_directory}}`
|
|
|
|
- Ignore specific `tldr-lint` error codes while linting:
|
|
|
|
`tldr-lint {{[-I|--ignore]}} {{TLDR001,TLDR002,...}}`
|
|
|
|
- Format a specific page to `stdout`:
|
|
|
|
`tldr-lint {{[-f|--format]}} {{path/to/page.md}}`
|
|
|
|
- Format a page in place:
|
|
|
|
`tldr-lint {{[-f|--format]}} {{[-i|--in-place]}} {{path/to/page.md}}`
|