1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-04 14:55:56 +02:00

Add docs for "yes" command

This commit is contained in:
Evan Hahn 2014-06-11 16:20:12 -07:00
parent 2c6e59816c
commit 73e6f81cf5

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`