mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 16:35:53 +02:00
Merge pull request #210 from EvanHahn/yes-command
Add docs for "yes" command
This commit is contained in:
commit
0c5acf8d72
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