nushell/crates/nu-parser/src
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 Externals now spawn independently. (#1230) 2020-01-16 04:05:53 -05:00
hir Remove unwraps (#1153) 2020-01-04 10:11:21 +13:00
parse Last unwraps (#1160) 2020-01-04 19:44:17 +13:00
commands.rs Separate internal and external command definitions. 2019-12-15 01:24:31 -05:00
hir.rs Add Range and start Signature support 2019-12-11 16:41:07 -08:00
lib.rs Move to using clippy (#1142) 2019-12-31 20:36:08 +13:00
parse_command.rs Move to using clippy (#1142) 2019-12-31 20:36:08 +13:00
parse.rs Add Range and start Signature support 2019-12-11 16:41:07 -08:00