mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 11:55:34 +02:00
Add docs for "yes" command
This commit is contained in:
parent
2c6e59816c
commit
73e6f81cf5
1 changed files with 11 additions and 0 deletions
11
pages/common/yes.md
Normal file
11
pages/common/yes.md
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
# yes
|
||||||
|
|
||||||
|
> Output something repeatedly
|
||||||
|
|
||||||
|
- Repeatedly output "message"
|
||||||
|
|
||||||
|
`yes {{message}}`
|
||||||
|
|
||||||
|
- Repeatedly output "y"
|
||||||
|
|
||||||
|
`yes`
|
Loading…
Add table
Reference in a new issue