mirror of
https://github.com/nushell/nushell.git
synced 2025-05-29 22:29:06 +02:00
# Description Fixes #14852 As the completion rules are somehow intertwined between internals and externals, this PR is relatively messy, and has larger probability to break things, @fdncred @ysthakur @sholderbach But I strongly believe this is a better direction to go. Edge cases should be easier to fix in the dedicated branches. There're no flattened expression based completion rules left. # User-Facing Changes # Tests + Formatting +7 # After Submitting --------- Co-authored-by: Yash Thakur <45539777+ysthakur@users.noreply.github.com>
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.