mirror of
https://github.com/nushell/nushell.git
synced 2025-01-13 17:58:36 +01:00
328f7e92a0
* Add alias interning Now, AliasId is used to reference aliases stored in EngineState, similar to decls, blocks, etc. * Fix wrong message * Fix using decl instead of alias * Extend also alias id visibility * Merge also aliases from delta * Add alias hiding code Does not work yet but passes tests at least. * Fix wrong alias lookup and visibility appending * Add hide alias tests * Fmt & Clippy * Fix random clippy warnings in "which" command |
||
---|---|---|
.. | ||
plugins | ||
tests | ||
commands.rs | ||
config_files.rs | ||
eval_file.rs | ||
logger.rs | ||
main.rs | ||
prompt_update.rs | ||
README.md | ||
reedline_config.rs | ||
repl.rs | ||
test_bins.rs | ||
tests.rs | ||
utils.rs |
Nushell REPL
This directory contains the main Nushell REPL (read eval print loop) as part of the CLI portion of Nushell, which creates the nu
binary itself.
Current versions of the nu
binary will use the Nu argument parsing logic to parse the commandline arguments passed to nu
, leaving the logic here to be a thin layer around what the core libraries.