nushell/crates/nu-cli
JT a74d05061d
Begin directory contrib docs and split commands (#3650)
* Begin directory contrib docs and split commands

* Fix unused import warning
2021-06-19 12:06:44 +12:00
..
assets moved theme assets local to crate (#2329) 2020-08-11 13:57:03 -05:00
src Begin directory contrib docs and split commands (#3650) 2021-06-19 12:06:44 +12:00
build.rs update to shadow-rs 0.5. make use easy (#2793) 2020-12-24 05:56:05 +13:00
Cargo.toml Begin directory contrib docs and split commands (#3650) 2021-06-19 12:06:44 +12:00
README.md Begin directory contrib docs and split commands (#3650) 2021-06-19 12:06:44 +12:00

  • nu-cli

This crate provides the fundamental needs when creating the Nushell interactive REPL. In it, you'll find features for interacting with the line editor (the piece which writes the prompt and takes input from the user), keybindings, handlers for the commandline arguments passed to the REPL as it starts up, and more.