mirror of
https://github.com/nushell/nushell
synced 2024-12-26 13:03:07 +00:00
Updates readme with new name of flag.
This commit is contained in:
parent
f8d44e732b
commit
587bb13be5
1 changed files with 1 additions and 1 deletions
|
@ -284,7 +284,7 @@ Nu adheres closely to a set of goals that make up its design philosophy. As feat
|
||||||
| from-ini | Parse text as .ini and create table |
|
| from-ini | Parse text as .ini and create table |
|
||||||
| from-json | Parse text as .json and create table |
|
| from-json | Parse text as .json and create table |
|
||||||
| from-sqlite | Parse binary data as sqlite .db and create table |
|
| from-sqlite | Parse binary data as sqlite .db and create table |
|
||||||
| from-ssv -n <min number of spaces to count as a separator> | Parse text as space-separated values and create table |
|
| from-ssv --minimum-spaces <minimum number of spaces to count as a separator> | Parse text as space-separated values and create table |
|
||||||
| from-toml | Parse text as .toml and create table |
|
| from-toml | Parse text as .toml and create table |
|
||||||
| from-tsv | Parse text as .tsv and create table |
|
| from-tsv | Parse text as .tsv and create table |
|
||||||
| from-url | Parse urlencoded string and create a table |
|
| from-url | Parse urlencoded string and create a table |
|
||||||
|
|
Loading…
Reference in a new issue