Files
tldr/pages.zh/common/cotton.md

16 lines
359 B
Markdown
Raw Permalink 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.

# cotton
> Markdown 测试规范运行器。
> 更多信息:<https://github.com/chonla/cotton>。
- 使用特定的基础 URL
`cotton -u {{base_url}} {{path/to/file.md}}`
- 禁用证书验证(不安全模式):
`cotton -u {{base_url}} -i {{path/to/file.md}}`
- 当测试失败时停止运行:
`cotton -u {{base_url}} -s {{path/to/file.md}}`