mirror of
https://github.com/nushell/nushell.git
synced 2025-01-18 12:22:21 +01:00
Update README.md
This commit is contained in:
parent
fb265eda0f
commit
407b4ddb53
@ -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-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-row sep | Split row contents over multiple rows via the separator |
|
||||
| trim | Trim leading and following whitespace from text data |
|
||||
|
Loading…
Reference in New Issue
Block a user