nushell/src
nibon7 c74254c2cb
Fix color settings for logger (#6285)
Signed-off-by: nibon7 <nibon7@163.com>
2022-08-10 06:52:11 -05:00
..
tests add bits ror and bits rol commands (#6224) 2022-08-05 15:40:01 +02:00
config_files.rs adds a config reset command (#6149) 2022-07-31 20:44:33 -05:00
logger.rs Fix color settings for logger (#6285) 2022-08-10 06:52:11 -05:00
main.rs Replace pretty_env_logger with simplelog (#6274) 2022-08-09 11:44:37 -05:00
README.md Begin directory contrib docs and split commands (#3650) 2021-06-19 12:06:44 +12:00
test_bins.rs Fix file lookup in parser keywords; Refactor nu_repl (#6185) 2022-07-29 23:42:00 +03:00
tests.rs Add known external tests (#5216) 2022-04-17 05:39:56 -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.