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

4 Commits

Author SHA1 Message Date
96e5fc05a3 Pick->Select rename. Integration tests changes. ()
Pick->Select rename. Integration tests changes.
2020-05-07 06:03:43 -05:00
afce2fd0f9 Revert "Display rows in the same table regardless of their column order given they are equal. ()" ()
This reverts commit 4fd9974204.
2020-02-17 17:34:37 -08:00
4fd9974204 Display rows in the same table regardless of their column order given they are equal. () 2020-02-16 20:35:01 -05: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