mirror of https://github.com/CrimsonTome/tldr.git
17 lines
371 B
Markdown
17 lines
371 B
Markdown
|
# tldr-lint
|
||
|
|
||
|
> Waliduj i formatuj strony dokumentacji `tldr`.
|
||
|
> Więcej informacji: <https://github.com/tldr-pages/tldr-lint>.
|
||
|
|
||
|
- Waliduj wszystkie strony:
|
||
|
|
||
|
`tldr-lint {{katalog_ze_stronami}}`
|
||
|
|
||
|
- Formatuj stronę na standardowe wyjście:
|
||
|
|
||
|
`tldr-lint --format {{strona.md}}`
|
||
|
|
||
|
- Formatuj wszystkie strony w miejscu:
|
||
|
|
||
|
`tldr-lint --format --in-place {{katalog_ze_stronami}}`
|