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
Chris Gillespie
50cbf91bc5
Remove trim in favor of str trim ( #2560 )
2020-09-16 15:59:32 -04: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
Jonathan Turner
a9968046ed
Add subcommands. Switch from-* and to-* to them ( #1708 )
2020-05-04 20:44:33 +12:00
Jonathan Turner
c4daa2e40f
Add experimental new parser ( #1554 )
...
Move to an experimental new parser
2020-04-06 19:16:14 +12:00
Andrés N. Robalino
b36d21e76f
Infer types from regular delimited plain text unstructured files. ( #1494 )
...
* Infer types from regular delimited plain text unstructured files.
* Nothing resolves to an empty string.
2020-03-16 15:50:45 -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