Crates.io | nu-cli |
lib.rs | nu-cli |
version | 0.99.1 |
source | src |
created_at | 2020-03-10 19:10:37.858057 |
updated_at | 2024-10-20 19:55:00.11125 |
description | CLI-related functionality for Nushell |
homepage | |
repository | https://github.com/nushell/nushell/tree/main/crates/nu-cli |
max_upload_size | |
id | 217335 |
size | 375,868 |
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
This crate implements components of Nushell and is not designed to support plugin authors or other users directly.