nushell/crates/nu-cli
Darren Schroeder 23ba01d89c
add performance metrics for measuring startup time (#3854)
* add performance metrics for measureing startup time

* removed some comments

* update so tests pass

* update default.toml for tests, merged main

* fix clippy lints

* wording changes
2021-07-29 18:52:40 -05:00
..
src add performance metrics for measuring startup time (#3854) 2021-07-29 18:52:40 -05:00
build.rs update to shadow-rs 0.5. make use easy (#2793) 2020-12-24 05:56:05 +13:00
Cargo.toml add performance metrics for measuring startup time (#3854) 2021-07-29 18:52:40 -05: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.