nushell/crates/nu-cli/src/shell
Michael Angerman 5ff4bcfb7a
Nucli refactor crate stream (#2828)
* nu-stream is building on its own, now clean up Cargo.toml

* replace the stream crate in nu-cli

* cc

* since we moved stream out of the nu-cli crate and into its own crate we need to remove pub(crate) and just make it pub

* clean up the prelude and hand merge everything together

* clean up Cargo.tom

* cargo fmt along with Cargo.lock
2020-12-28 18:34:27 +13:00
..
completer.rs Multiline scripts part 2 (#2795) 2020-12-18 20:53:49 +13:00
filesystem_shell.rs Inode added to ls -l (#2711) 2020-10-31 06:39:01 +13:00
help_shell.rs Multiline scripts part 2 (#2795) 2020-12-18 20:53:49 +13:00
helper.rs Multiline scripts part 2 (#2795) 2020-12-18 20:53:49 +13:00
painter.rs Multiline scripts part 2 (#2795) 2020-12-18 20:53:49 +13:00
palette.rs Implement exclusive and inclusive ranges with ..< and .. (#2541) 2020-09-14 09:53:08 +12:00
shell.rs Nucli refactor crate stream (#2828) 2020-12-28 18:34:27 +13:00
shell_manager.rs Nucli refactor crate stream (#2828) 2020-12-28 18:34:27 +13:00
value_shell.rs Refactor completion trait (#2555) 2020-09-16 16:37:43 +12:00