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