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
This commit is contained in:
16
pages/common/tldr-lint.md
Normal file
16
pages/common/tldr-lint.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# tldr-lint
|
||||
|
||||
> Lint and format `tldr` pages.
|
||||
> More information: <https://github.com/tldr-pages/tldr-lint>.
|
||||
|
||||
- Lint all pages:
|
||||
|
||||
`tldr-lint {{pages_directory}}`
|
||||
|
||||
- Format a specific page to stdout:
|
||||
|
||||
`tldr-lint --format {{page.md}}`
|
||||
|
||||
- Format all pages in place:
|
||||
|
||||
`tldr-lint --format --in-place {{pages_directory}}`
|
@@ -1,16 +1,7 @@
|
||||
# tldrl
|
||||
|
||||
> Lint and format `tldr` pages.
|
||||
> More information: <https://github.com/tldr-pages/tldr-lint>.
|
||||
> This command is an alias of `tldr-lint`.
|
||||
|
||||
- Lint all pages:
|
||||
- View documentation for the original command:
|
||||
|
||||
`tldrl {{pages_directory}}`
|
||||
|
||||
- Format a specific page to stdout:
|
||||
|
||||
`tldrl -f {{page.md}}`
|
||||
|
||||
- Format all pages in place:
|
||||
|
||||
`tldrl -fi {{pages_directory}}`
|
||||
`tldr tldr-lint`
|
||||
|
Reference in New Issue
Block a user