Only spawn external once when no $it argument (#1358)

This commit is contained in:
Jason Gedge
2020-02-08 20:57:05 -05:00
committed by GitHub
parent 643b532537
commit 3687603799
3 changed files with 62 additions and 112 deletions

View File

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