mirror of
https://github.com/nushell/nushell.git
synced 2024-11-22 08:23:24 +01:00
Add echo command documentation
This commit is contained in:
parent
bbb4cc7d5f
commit
8ba917b704
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