mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
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}}`
|