mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00

Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> Co-authored-by: Seth Falco <seth@falco.fun> Co-authored-by: Patrice Denis <patricedenis@users.noreply.github.com>
16 lines
365 B
Markdown
16 lines
365 B
Markdown
# cotton
|
|
|
|
> 마크다운 테스트 사양 러너.
|
|
> 더 많은 정보: <https://github.com/chonla/cotton>.
|
|
|
|
- 특정 기본 URL 사용하기:
|
|
|
|
`cotton -u {{기본_url}} {{파일}}.md`
|
|
|
|
- 인증서 확인 비활성화(비 보안 모드):
|
|
|
|
`cotton -u {{기본_url}} -i {{파일}}.md`
|
|
|
|
- 테스트 실패시 실행 중지:
|
|
|
|
`cotton -u {{기본_url}} -s {{파일}}.md`
|