mirror of
https://github.com/nushell/nushell
synced 2024-12-26 13:03:07 +00:00
Update README.md
This commit is contained in:
parent
fb265eda0f
commit
407b4ddb53
1 changed files with 2 additions and 0 deletions
|
@ -35,6 +35,8 @@ At the moment, executing a command that isn't identified as a built-in new comma
|
||||||
| ------------- | ------------- |
|
| ------------- | ------------- |
|
||||||
| from-json | Parse text as .json and create table |
|
| from-json | Parse text as .json and create table |
|
||||||
| from-toml | Parse text as .toml and create table |
|
| from-toml | Parse text as .toml and create table |
|
||||||
|
| from-xml | Parse text as .xml and create a table |
|
||||||
|
| from-yaml | Parse text as a .yaml/.yml and create a table |
|
||||||
| split-column sep ...fields | Split row contents across multiple columns via the separator |
|
| split-column sep ...fields | Split row contents across multiple columns via the separator |
|
||||||
| split-row sep | Split row contents over multiple rows via the separator |
|
| split-row sep | Split row contents over multiple rows via the separator |
|
||||||
| trim | Trim leading and following whitespace from text data |
|
| trim | Trim leading and following whitespace from text data |
|
||||||
|
|
Loading…
Reference in a new issue