forked from extern/nushell
Merge pull request #752 from nalshihabi/add-echo-doc
Add echo command documentation
This commit is contained in:
commit
a2f1cca85c
12
docs/commands/echo.md
Normal file
12
docs/commands/echo.md
Normal 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!
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user