mirror of
https://github.com/nushell/nushell.git
synced 2024-11-25 18:03:51 +01:00
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