mirror of
https://github.com/nushell/nushell.git
synced 2025-04-29 07:34:28 +02:00
Fixes #15441 # Description Actually I made a small change to the original behavior: ``` ^foo<tab> ``` will still show external commands, regardless of whether it's enabled or not. I think that's the only thing people want to see when they press tab with a `^` prefix. # User-Facing Changes # Tests + Formatting +1 # After Submitting Should I document that minor behavior change somewhere in GitHub.io? --------- Co-authored-by: Yash Thakur <45539777+ysthakur@users.noreply.github.com> |
||
---|---|---|
.. | ||
src | ||
tests | ||
Cargo.toml | ||
LICENSE | ||
README.md |
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.