Update documentation to properly refer to subcommands with spaces (#2164)

This commit is contained in:
Arash Outadi
2020-07-12 23:39:36 -07:00
committed by GitHub
parent 78f13407e6
commit 7a207a673b
6 changed files with 10 additions and 10 deletions

View File

@ -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
```