nushell/src
JT f9e1c4ef50
Use 'table' on scripts and -c commands (#4377)
* Use 'table' on scripts and -c commands

* Fix tests

* Oops, missed a spot
2022-02-09 05:58:54 -05:00
..
plugins Remove old nushell/merge engine-q 2022-02-07 14:54:06 -05:00
tests Use 'table' on scripts and -c commands (#4377) 2022-02-09 05:58:54 -05:00
commands.rs Use 'table' on scripts and -c commands (#4377) 2022-02-09 05:58:54 -05:00
config_files.rs Add initial nu-test-support port (#913) 2022-02-02 15:59:01 -05:00
eval_file.rs Use 'table' on scripts and -c commands (#4377) 2022-02-09 05:58:54 -05: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.