1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.pl/common/tldr-lint.md
2021-11-03 17:14:38 +01:00

16 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}}`