mirror of
https://github.com/nushell/nushell.git
synced 2024-11-07 17:14:23 +01:00
abcca0897e
# Description * Fixes missing closing parenthesis on `not-in` completion Also tweaks the others to give them consistent capitalization and punctuation: * First word initial-case, other words lower-case * Exception - Initial-case for "also known as" after slash or inside parens * No closing period for any completion help * Word-smithing on others. E.g., "Mod" is technically "Remainder" # User-Facing Changes Operator completions # Tests + Formatting - 🟢 `toolkit fmt` - 🟢 `toolkit clippy` - 🟢 `toolkit test` - 🟢 `toolkit test stdlib` - # After Submitting N/A |
||
---|---|---|
.. | ||
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.