nushell/crates
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
..
nu_plugin_average Bump to 0.8.0 (#1166) 2020-01-07 20:08:31 +13:00
nu_plugin_binaryview Bump to 0.8.0 (#1166) 2020-01-07 20:08:31 +13:00
nu_plugin_fetch Bump to 0.8.0 (#1166) 2020-01-07 20:08:31 +13:00
nu_plugin_inc Bump to 0.8.0 (#1166) 2020-01-07 20:08:31 +13:00
nu_plugin_match Bump to 0.8.0 (#1166) 2020-01-07 20:08:31 +13:00
nu_plugin_post Bump to 0.8.0 (#1166) 2020-01-07 20:08:31 +13:00
nu_plugin_ps Bump to 0.8.0 (#1166) 2020-01-07 20:08:31 +13:00
nu_plugin_str Bump to 0.8.0 (#1166) 2020-01-07 20:08:31 +13:00
nu_plugin_sum Bump to 0.8.0 (#1166) 2020-01-07 20:08:31 +13:00
nu_plugin_sys Bump to 0.8.0 (#1166) 2020-01-07 20:08:31 +13:00
nu_plugin_textview Bump to 0.8.0 (#1166) 2020-01-07 20:08:31 +13:00
nu_plugin_tree Bump to 0.8.0 (#1166) 2020-01-07 20:08:31 +13:00
nu-build Bump to 0.8.0 (#1166) 2020-01-07 20:08:31 +13:00
nu-errors Add some comments (#1225) 2020-01-14 20:38:56 +13:00
nu-macros Bump to 0.8.0 (#1166) 2020-01-07 20:08:31 +13:00
nu-parser Externals now spawn independently. (#1230) 2020-01-16 04:05:53 -05:00
nu-plugin Bump to 0.8.0 (#1166) 2020-01-07 20:08:31 +13:00
nu-protocol More docs (#1229) 2020-01-16 07:32:46 +13:00
nu-source Change black to other colors (#1194) 2020-01-12 06:21:59 +13:00
nu-test-support Externals now spawn independently. (#1230) 2020-01-16 04:05:53 -05:00
nu-value-ext Allow ColumnPaths when picking tables. (#1191) 2020-01-11 01:45:09 -05:00