mirror of
https://github.com/nushell/nushell.git
synced 2025-08-19 05:25:59 +02:00
Add subcommands. Switch from-* and to-* to them (#1708)
This commit is contained in:
@@ -19,7 +19,7 @@ fn wrap_rows_into_a_row() {
|
||||
cwd: dirs.test(), pipeline(
|
||||
r#"
|
||||
open los_tres_caballeros.txt
|
||||
| from-csv
|
||||
| from csv
|
||||
| wrap caballeros
|
||||
| get caballeros
|
||||
| nth 0
|
||||
@@ -49,7 +49,7 @@ fn wrap_rows_into_a_table() {
|
||||
cwd: dirs.test(), pipeline(
|
||||
r#"
|
||||
open los_tres_caballeros.txt
|
||||
| from-csv
|
||||
| from csv
|
||||
| get last_name
|
||||
| wrap caballero
|
||||
| nth 2
|
||||
|
Reference in New Issue
Block a user