Update README.md

This commit is contained in:
JT 2021-06-19 12:08:44 +12:00 committed by GitHub
parent a74d05061d
commit 26899bc0f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
* nu-cli
# 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.