Merge pull request #752 from nalshihabi/add-echo-doc

Add echo command documentation
This commit is contained in:
Jonathan Turner 2019-10-02 04:32:15 +13:00 committed by GitHub
commit a2f1cca85c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

12
docs/commands/echo.md Normal file
View File

@ -0,0 +1,12 @@
# echo
Use `echo` to repeat arguments back to the user
## Examples
```shell
> echo Hello world
Hello world
> echo "Hello, world!"
Hello, world!
```