mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-14 19:01:35 +03:00
12 lines
122 B
Markdown
12 lines
122 B
Markdown
# yes
|
|
|
|
> Output something repeatedly.
|
|
|
|
- Repeatedly output "message":
|
|
|
|
`yes {{message}}`
|
|
|
|
- Repeatedly output "y":
|
|
|
|
`yes`
|