mirror of
https://github.com/nushell/nushell.git
synced 2024-12-25 16:39:08 +01:00
94a0e3060a
* Add different features combinations * Specify styles manually * Fix args * Fix typo * Let other CI jobs finish if one fails * Fix unused symbols without plugin feature * Put "which" tests behind "which" feature * Add Python virtualenv job * Oops forgot git command * Install Nushell in virtualenv tests * Add names to steps; Test v.env in separate step * cd into virtualenv * Do not run on Python 2.7 * Build Nushell after formatting and clippy checks |
||
---|---|---|
.. | ||
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.