mirror of
https://github.com/nushell/nushell.git
synced 2025-08-18 14:52:12 +02:00
Add subcommands. Switch from-* and to-* to them (#1708)
This commit is contained in:
@@ -6,8 +6,8 @@ fn table_to_sqlite_and_back_into_table() {
|
||||
cwd: "tests/fixtures/formats", pipeline(
|
||||
r#"
|
||||
open sample.db
|
||||
| to-sqlite
|
||||
| from-sqlite
|
||||
| to sqlite
|
||||
| from sqlite
|
||||
| get table_values
|
||||
| nth 2
|
||||
| get x
|
||||
|
Reference in New Issue
Block a user