mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 14:25:55 +02:00
Update documentation to properly refer to subcommands with spaces (#2164)
This commit is contained in:
@ -106,7 +106,7 @@ X;filesystem;/home/shaurya
|
||||
;filesystem;/home/shaurya/Desktop
|
||||
```
|
||||
|
||||
The string '\t' can be used to separate on tabs. Note that this is the same as using the to-tsv command.
|
||||
The string '\t' can be used to separate on tabs. Note that this is the same as using the to tsv command.
|
||||
|
||||
Newlines '\n' are not acceptable separators.
|
||||
|
||||
@ -115,9 +115,9 @@ Note that separators are currently provided as strings and need to be wrapped in
|
||||
It is also considered an error to use a separator greater than one char:
|
||||
|
||||
```shell
|
||||
> open pets.txt | from-csv --separator '123'
|
||||
> open pets.txt | from csv --separator '123'
|
||||
error: Expected a single separator char from --separator
|
||||
- shell:1:37
|
||||
1 | open pets.txt | from-csv --separator '123'
|
||||
1 | open pets.txt | from csv --separator '123'
|
||||
| ^^^^^ requires a single character string input
|
||||
```
|
||||
|
Reference in New Issue
Block a user