mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 00:54:56 +02:00
Only spawn external once when no $it argument (#1358)
This commit is contained in:
@ -21,8 +21,8 @@ fn takes_rows_of_nu_value_strings_and_pipes_it_to_stdin_of_external() {
|
||||
r#"
|
||||
open nu_times.csv
|
||||
| get name
|
||||
| ^echo $it
|
||||
| chop
|
||||
| lines
|
||||
| nth 3
|
||||
| echo $it
|
||||
"#
|
||||
|
Reference in New Issue
Block a user