mirror of
https://github.com/nushell/nushell.git
synced 2025-08-17 01:41:15 +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:
@ -20,7 +20,7 @@ fn from_ssv_text_to_table() {
|
||||
r#"
|
||||
open oc_get_svc.txt
|
||||
| from ssv
|
||||
| nth 0
|
||||
| get 0
|
||||
| get IP
|
||||
"#
|
||||
));
|
||||
@ -47,7 +47,7 @@ fn from_ssv_text_to_table_with_separator_specified() {
|
||||
r#"
|
||||
open oc_get_svc.txt
|
||||
| from ssv --minimum-spaces 3
|
||||
| nth 0
|
||||
| get 0
|
||||
| get IP
|
||||
"#
|
||||
));
|
||||
|
Reference in New Issue
Block a user