nushell/crates/nu-cli
2021-07-25 22:58:33 +12:00
..
src fixed show_hints option to allow hints to be turned off (#3780) 2021-07-14 09:47:33 -05: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.34.1 (#3835) 2021-07-25 22:58:33 +12: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.