mirror of
https://github.com/nushell/nushell.git
synced 2025-08-14 01:58:37 +02:00
Split split command to sub commands.
This commit is contained in:
@ -88,7 +88,7 @@ fn table_to_json_text() {
|
||||
r#"
|
||||
open sample.txt
|
||||
| lines
|
||||
| split-column "," name luck
|
||||
| split column "," name luck
|
||||
| select name
|
||||
| to json
|
||||
| from json
|
||||
|
Reference in New Issue
Block a user