Jonathan Turner
6951fb440c
Remove it expansion ( #2701 )
...
* Remove it-expansion, take 2
* Cleanup
* silly update to test CI
2020-10-26 19:55:52 +13:00
RedlineTriad
5770b15270
Use iterator chain instead of string concat. ( #2655 )
...
* Use iterator chain instead of string concat
* Add regression test for multi-value lines
2020-10-10 18:30:48 +13:00
Chris Gillespie
50cbf91bc5
Remove trim in favor of str trim ( #2560 )
2020-09-16 15:59:32 -04:00
Andrés N. Robalino
71e55541d7
Merge skip command varieties into one command with sub commands. ( #2179 )
2020-07-14 20:44:49 -05:00
Jonathan Turner
bbc5a28fe9
Fix buffering in lines command ( #2111 )
2020-07-05 12:20:58 +12:00
Andrés N. Robalino
edbecda14d
Split split command to sub commands.
2020-05-24 02:02:44 -05:00
Andrés N. Robalino
96e5fc05a3
Pick->Select rename. Integration tests changes. ( #1725 )
...
Pick->Select rename. Integration tests changes.
2020-05-07 06:03:43 -05:00
Jason Gedge
b2c5af457e
Move most of the root package into a subcrate. ( #1445 )
...
This improves incremental build time when working on what was previously
the root package. For example, previously all plugins would be rebuilt
with a change to `src/commands/classified/external.rs`, but now only
`nu-cli` will have to be rebuilt (and anything that depends on it).
2020-03-04 13:58:20 -05:00