1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.hbs/common/tldr-lint.md
bl-ue 6404db9ca0
tldrl: add alias to tldr-lint (#5450)
* tldrl: rename to tldr-lint

* tldrl: add page

* tldr-lint: s/tldrl/tldr-lint/

* tldr-lint: prefer long options

* e
2021-03-17 01:01:58 +03:00

16 lines
363 B
Markdown

# tldr-lint
> Lintuje i formatira tldr stranice.
> Više informacija: <https://github.com/tldr-pages/tldr-lint>.
- Lintuj sve stranice:
`tldr-lint {{direktorijum_stranica}}`
- Formatiraj određenu stranicu u stdout:
`tldr-lint --format {{stranica.md}}`
- Formatiraj sve stranice na njihovom mestu:
`tldr-lint --format --in-place {{direktorijum_stranica}}`