1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 12:15:27 +02:00

Merge pull request #210 from EvanHahn/yes-command

Add docs for "yes" command
This commit is contained in:
Romain Prieto 2014-06-12 09:42:30 +10:00
commit 0c5acf8d72

11
pages/common/yes.md Normal file
View file

@ -0,0 +1,11 @@
# yes
> Output something repeatedly
- Repeatedly output "message"
`yes {{message}}`
- Repeatedly output "y"
`yes`