nushell/crates/nu-cli/src
Jakub Žádník 07ac3c3aab
Add Nushell REPL simulator; Fix bug in overlay add (#5478)
* Add Nushell REPL simulator; Fix bug in overlay add

The `nu_repl` function takes an array of strings and processes them as
if they were REPL lines entered one by one. This helps to discover bugs
due to the state changes between the parse and eval stages.

* Fix REPL tests on Windows
2022-05-08 16:09:39 +03:00
..
completions Overlays (#5375) 2022-05-08 07:39:22 +12:00
menus Don't resuggest accepted completions (#5369) 2022-05-02 11:35:37 +02:00
commands.rs Overlays (#5375) 2022-05-08 07:39:22 +12:00
config_files.rs Overlays (#5375) 2022-05-08 07:39:22 +12:00
eval_file.rs Overlays (#5375) 2022-05-08 07:39:22 +12:00
lib.rs Error printing changes for watch (#5389) 2022-05-01 19:33:41 +12:00
nu_highlight.rs Move config to be an env var (#5230) 2022-04-19 10:28:01 +12:00
print.rs add -n flag to print to print without a newline (#5458) 2022-05-06 15:33:00 -05:00
prompt_update.rs consolidate shell integration behind config setting (#5302) 2022-04-24 12:53:12 +12:00
prompt.rs consolidate shell integration behind config setting (#5302) 2022-04-24 12:53:12 +12:00
reedline_config.rs Overlays (#5375) 2022-05-08 07:39:22 +12:00
repl.rs Overlays (#5375) 2022-05-08 07:39:22 +12:00
syntax_highlight.rs nu-cli: directory syntax shape + completions (#5299) 2022-04-22 15:18:51 -05:00
util.rs Add Nushell REPL simulator; Fix bug in overlay add (#5478) 2022-05-08 16:09:39 +03:00
validation.rs Add an alias denylist for expansions (#4871) 2022-03-19 08:03:57 +13:00