mirror of
https://github.com/nushell/nushell.git
synced 2025-07-01 07:00:37 +02:00
Use 'table' on scripts and -c commands (#4377)
* Use 'table' on scripts and -c commands * Fix tests * Oops, missed a spot
This commit is contained in:
@ -7,7 +7,7 @@ fn from_excel_file_to_table() {
|
||||
r#"
|
||||
open sample_data.xlsx
|
||||
| get SalesOrders
|
||||
| nth 4
|
||||
| get 4
|
||||
| get Column2
|
||||
"#
|
||||
));
|
||||
|
Reference in New Issue
Block a user