Files
tldr/pages.zh/common/tldr-lint.md

16 lines
337 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# tldr-lint
> 检查和格式化 `tldr` 页面。
> 更多信息:<https://github.com/tldr-pages/tldr-lint>。
- 检查所有页面:
`tldr-lint {{pages_directory}}`
- 将特定页面格式化为 `stdout`
`tldr-lint --format {{page.md}}`
- 在原地格式化所有页面:
`tldr-lint --format --in-place {{pages_directory}}`