utam0k
15e66ae065
Implement an option to show paths made of mkdir. ( #1932 )
2020-06-06 15:13:38 -04:00
Joseph T. Lyons
012c99839c
Moving some commands off of async stream ( #1934 )
...
* Remove async_stream from rm
* Remove async_stream from sort_by
* Remove async_stream from split_by
* Remove dbg!() statement
* Remove async_stream from uniq
* Remove async_stream from mkdir
* Don't change functions from private to public
* Clippy fixes
* Peer-review updates
2020-06-04 20:42:23 +12:00
Jonathan Turner
360e8340d1
Move run to be async ( #1913 )
2020-05-29 20:22:52 +12:00
Jason Gedge
acf13a6fcf
Add (near) automatic testing for command examples ( #1777 )
2020-05-18 08:56:01 -04:00
Jonathan Turner
076fde16dd
Evaluation of command arguments ( #1801 )
...
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* Finish adding the baseline refactors for argument invocation
* Finish cleanup and add test
* Add missing plugin references
2020-05-16 15:18:24 +12:00
Jason Gedge
b0aa142542
Add examples for some more commands ( #1765 )
2020-05-13 03:54:29 +12:00
Jonathan Turner
8bd3cedce1
It expansion ( #1668 )
...
* First step in it-expansion
* Fix tests
* fix clippy warnings
2020-04-27 14:04:54 +12: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