1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-04 14:55:56 +02:00

tldrl: add page

This commit is contained in:
Ruben Vereecken 2016-01-19 14:44:41 +01:00
parent b185c58fa8
commit 0d11c4c584

15
pages/common/tldrl.md Normal file
View file

@ -0,0 +1,15 @@
# tldrl
> Lint and format TLDR pages.
- Lint all pages:
`tldrl {{pages_directory}}`
- Format a specific page to stdout:
`tldrl -f {{page.md}}`
- Format all pages in place:
`tldrl -fi {{pages_directory}}`