Crates.io | nu-cli |
lib.rs | nu-cli |
version | 0.100.0 |
source | src |
created_at | 2020-03-10 19:10:37.858057 |
updated_at | 2024-11-13 04:18:05.34016 |
description | CLI-related functionality for Nushell |
homepage | |
repository | https://github.com/nushell/nushell/tree/main/crates/nu-cli |
max_upload_size | |
id | 217335 |
size | 400,762 |
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.