mirror of
https://github.com/nushell/nushell.git
synced 2025-08-19 04:26:13 +02:00
First pass at updating all documentation formatting and cleaning up output of examples (#2031)
This commit is contained in:
@@ -6,7 +6,15 @@ Use `echo` to repeat arguments back to the user
|
||||
|
||||
```shell
|
||||
> echo Hello world
|
||||
Hello world
|
||||
───┬───────
|
||||
# │
|
||||
───┼───────
|
||||
0 │ Hello
|
||||
1 │ world
|
||||
───┴───────
|
||||
```
|
||||
|
||||
```shell
|
||||
> echo "Hello, world!"
|
||||
Hello, world!
|
||||
```
|
||||
```
|
||||
|
Reference in New Issue
Block a user