nushell/crates/nu-cli/src
Darren Schroeder ca12f39db3
added nu-utils crate, fixed issue where externals turn off vt processing (#4857)
* added `nu-utils` crate, fixed issue where externals turn off vt processing

* hopefully make work in non-windows environments

* clippy
2022-03-16 17:21:06 -05:00
..
commands.rs Move repl loop and command/script execution to nu_cli (#4846) 2022-03-17 07:17:06 +13:00
completions.rs Move completions to DeclId (#4801) 2022-03-10 09:49:02 +02:00
config_files.rs Move repl loop and command/script execution to nu_cli (#4846) 2022-03-17 07:17:06 +13:00
errors.rs more strict nuon handling, better nuon errors (#4576) 2022-02-20 22:31:50 -05:00
eval_file.rs Move repl loop and command/script execution to nu_cli (#4846) 2022-03-17 07:17:06 +13:00
lib.rs Move repl loop and command/script execution to nu_cli (#4846) 2022-03-17 07:17:06 +13:00
nu_highlight.rs Update reedline, revert crossterm (#4657) 2022-02-26 11:23:05 -06:00
print.rs Add an explicit 'print' command (#4535) 2022-02-18 13:43:34 -05:00
prompt.rs Try again with math-like externals (#4629) 2022-02-24 14:02:28 -05:00
prompt_update.rs Move repl loop and command/script execution to nu_cli (#4846) 2022-03-17 07:17:06 +13:00
reedline_config.rs Move repl loop and command/script execution to nu_cli (#4846) 2022-03-17 07:17:06 +13:00
repl.rs Move repl loop and command/script execution to nu_cli (#4846) 2022-03-17 07:17:06 +13:00
syntax_highlight.rs Add binary literals (#4680) 2022-02-28 18:31:53 -05:00
util.rs added nu-utils crate, fixed issue where externals turn off vt processing (#4857) 2022-03-16 17:21:06 -05:00
validation.rs WIP 2021-10-26 05:58:58 +13:00