nushell/crates/nu-cli/src
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
..
commands Moving some commands off of async stream (#1934) 2020-06-04 20:42:23 +12:00
data Implement ctrl+c for the du command (#1901) 2020-05-27 16:52:20 +12:00
env Rows and values can be checked for emptiness. Allows to set a value if desired. (#1665) 2020-04-26 12:30:52 -05:00
evaluate Allow echo to iterate ranges (#1905) 2020-05-28 06:07:53 +12:00
format Add space to bottom of table in 'light' mode (#1871) 2020-05-22 21:12:26 -04:00
shell Add rm_always_trash option to config (#1869) 2020-05-31 06:31:34 +12:00
stream Batch of moving commands off async_stream (#1916) 2020-05-30 11:36:04 +12:00
utils Issue 1787 (#1827) 2020-05-23 20:08:39 -04:00
cli.rs changed to-float to to-decimal (#1926) 2020-06-02 09:02:57 +12:00
commands.rs changed to-float to to-decimal (#1926) 2020-06-02 09:02:57 +12:00
context.rs Batch of moving commands off async_stream #3 (#1919) 2020-05-31 06:31:50 +12:00
data.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
deserializer.rs It expansion (#1668) 2020-04-27 14:04:54 +12:00
env.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
examples.rs Fix warnings and split Scope (#1902) 2020-05-27 16:50:26 +12:00
format.rs some minor improvements and removing dead code (#1563) 2020-04-10 07:48:10 +12:00
futures.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
git.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
lib.rs Add (near) automatic testing for command examples (#1777) 2020-05-18 08:56:01 -04:00
path.rs Fix cd'ing to symlinked directories (#1651) 2020-04-25 18:09:00 +12:00
prelude.rs Move run to be async (#1913) 2020-05-29 20:22:52 +12:00
shell.rs create Palette trait (#1813) 2020-05-18 05:48:57 +12:00
utils.rs Remove test-bins feature. 2020-05-17 23:32:55 -05:00