mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 07:05:47 +02:00
Update documentation to properly refer to subcommands with spaces (#2164)
This commit is contained in:
@ -55,7 +55,7 @@ Applies the subcommand to a value or a table.
|
||||
```
|
||||
|
||||
```shell
|
||||
> echo "1, 2, 3" | split row "," | str to-int | math sum
|
||||
> echo "1, 2, 3" | split row "," | str to int | math sum
|
||||
6
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user