1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/tldrl.md

17 lines
278 B
Markdown
Raw Normal View History

2016-01-19 14:44:41 +01:00
# tldrl
> Lint and format `tldr` pages.
> More information: <https://github.com/tldr-pages/tldr-lint>.
2016-01-19 14:44:41 +01:00
- Lint all pages:
`tldrl {{pages_directory}}`
- Format a specific page to `stdout`:
2016-01-19 14:44:41 +01:00
`tldrl -f {{page.md}}`
- Format all pages in place:
`tldrl -fi {{pages_directory}}`