nushell/old_nushell/crates/nu-cli
Fernando Herrera fdce6c49ab engine-q merge
2022-02-07 19:11:34 +00:00
..
src engine-q merge 2022-02-07 19:11:34 +00:00
build.rs engine-q merge 2022-02-07 19:11:34 +00:00
Cargo.toml engine-q merge 2022-02-07 19:11:34 +00:00
README.md engine-q merge 2022-02-07 19:11:34 +00: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.