nushell/crates/nu-cli
2024-05-19 22:13:05 +02:00
..
src Include README in lib.rs files 2024-05-19 22:12:56 +02:00
tests Refactor the CLI code a bit (#12782) 2024-05-10 07:29:27 +08:00
Cargo.toml Implement PWD recovery (#12779) 2024-05-10 11:06:33 -05:00
LICENSE Fix rest of license year ranges (#8727) 2023-04-04 09:03:29 +12:00
README.md README nu-cli 2024-05-19 22:13:05 +02:00

This crate implements the core functionality of the interactive Nushell REPL and interfaces with reedline. Currently implements the syntax highlighting and completions logic. Furthermore includes a few commands that are specific to reedline

Internal Nushell crate

This crate implements components of Nushell and is not designed to support plugin authors or other users directly.