1
0
mirror of https://github.com/nushell/nushell.git synced 2025-07-07 18:07:02 +02:00
Commit Graph

105 Commits

Author SHA1 Message Date
73d5310c9c make it-expansion work through blocks when necessary () 2020-04-29 19:51:46 +12:00
18d988d4c8 Restrict short-hand flag detection to exact match. () 2020-02-18 01:58:30 -05:00
84927d52b5 Refuse internal command execution given unexpected arguments. () 2020-02-13 02:34:43 -05:00
3687603799 Only spawn external once when no $it argument () 2020-02-08 17:57:05 -08:00
29431e73c2 Externals now spawn independently. ()
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