nushell/src
2022-02-07 14:54:06 -05:00
..
plugins Remove old nushell/merge engine-q 2022-02-07 14:54:06 -05:00
tests Add each window (#966) 2022-02-06 20:23:18 -05:00
commands.rs Add -c flag and others to cmdline args (#853) 2022-01-26 12:26:43 -05:00
config_files.rs Add initial nu-test-support port (#913) 2022-02-02 15:59:01 -05:00
eval_file.rs Start support for commandline args to nu itself (#851) 2022-01-27 01:42:39 +11:00
logger.rs Add parser tracing, fix 629 (#638) 2022-01-02 08:42:50 +11:00
main.rs Remove old nushell/merge engine-q 2022-02-07 14:54:06 -05:00
prompt_update.rs Only trim prompt (#876) 2022-01-28 18:22:09 -05:00
README.md Remove old nushell/merge engine-q 2022-02-07 14:54:06 -05:00
reedline_config.rs Update reedline to paste multiple command lines (#920) 2022-02-03 16:56:39 -06:00
repl.rs Add support for quick completions (#927) 2022-02-04 10:30:21 -05:00
test_bins.rs Add initial nu-test-support port (#913) 2022-02-02 15:59:01 -05:00
tests.rs Add initial nu-test-support port (#913) 2022-02-02 15:59:01 -05:00
utils.rs Command tests (#922) 2022-02-03 21:01:45 -05:00

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.