Merge pull request #210 from EvanHahn/yes-command

Add docs for "yes" command
waldyrious/alt-syntax
Romain Prieto 2014-06-12 09:42:30 +10:00
commit 0c5acf8d72
1 changed files with 11 additions and 0 deletions

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`