nushell/tests
Andrés N. Robalino 29431e73c2
Externals now spawn independently. (#1230)
This commit changes the way we shell out externals when using the `"$it"` argument. Also pipes per row to an external's stdin if no `"$it"` argument is present for external commands. 

Further separation of logic (preparing the external's command arguments, getting the data for piping, emitting values, spawning processes) will give us a better idea for lower level details regarding external commands until we can find the right abstractions for making them more generic and unify within the pipeline calling logic of Nu internal's and external's.
2020-01-16 04:05:53 -05:00
..
commands Allow ColumnPaths when picking tables. (#1191) 2020-01-11 01:45:09 -05:00
fixtures Get error message improvements. (#1185) 2020-01-10 10:44:24 -05:00
format_conversions Externals now spawn independently. (#1230) 2020-01-16 04:05:53 -05:00
plugins More renames 2019-12-18 07:54:39 +13:00
shell Externals now spawn independently. (#1230) 2020-01-16 04:05:53 -05:00
main.rs Externals now spawn independently. (#1230) 2020-01-16 04:05:53 -05:00