mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 15:55:19 +02:00
Add long options for formats (#10645)
This commit is contained in:
@ -21,7 +21,7 @@ fn from_ods_file_to_table_select_sheet() {
|
||||
cwd: "tests/fixtures/formats", pipeline(
|
||||
r#"
|
||||
open sample_data.ods --raw
|
||||
| from ods -s ["SalesOrders"]
|
||||
| from ods --sheets ["SalesOrders"]
|
||||
| columns
|
||||
| get 0
|
||||
"#
|
||||
|
Reference in New Issue
Block a user