nushell/crates/nu-cli
2021-10-06 06:35:25 +13:00
..
src expand tilde when reading plugin_dirs (#4052) 2021-10-02 21:38:21 +13:00
build.rs update to shadow-rs 0.5. make use easy (#2793) 2020-12-24 05:56:05 +13:00
Cargo.toml Bump to 0.28 (#4064) 2021-10-06 06:35:25 +13:00
README.md Update README.md 2021-06-19 12:08: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.