Add long options for formats (#10645)

This commit is contained in:
Hofer-Julian
2023-10-08 19:07:09 +02:00
committed by GitHub
parent e427c68731
commit 765b303689
9 changed files with 9 additions and 9 deletions

View File

@ -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
"#