nushell/crates/nu-cli/src
Stefan Holderbach 33e1120add
Terminate REPL if not connected to tty input (#6480)
* Terminate REPL if not connected to tty input

If the standard input stream is not a TTY abort the REPL execution.

Solves a problem as the current REPL tries to be IO fault tolerant and
would indefinetely fail when crossterm tries to handle the STDIN.

Fixes nushell/nushell#6452

* Improve the error message
2022-09-05 13:33:54 +02:00
..
completions Move from source to source-env (#6277) 2022-09-01 08:32:56 +12:00
menus Update reedline to improved undo-system (#6326) 2022-08-15 00:35:37 +02:00
commands.rs Split merging of parser delta and stack environment (#6005) 2022-07-14 17:09:27 +03:00
config_files.rs Add plugin CLI argument (#6064) 2022-07-17 13:29:19 -05:00
eval_file.rs Revert "Add support for optional list stream output formatting (#6325)" (#6454) 2022-08-31 18:09:40 -05:00
lib.rs Split merging of parser delta and stack environment (#6005) 2022-07-14 17:09:27 +03:00
nu_highlight.rs feat: add search terms to category of strings (#5723) 2022-06-06 08:47:09 -05:00
print.rs add -e flag to print, to print the value to stderr (#5935) 2022-07-02 09:54:49 -05:00
prompt_update.rs add more shell integration ansi escapes in support of vscode (#6087) 2022-07-20 15:03:29 -05:00
prompt.rs fixes ansi escape leakage from ill-behaved externals, again! (#6012) 2022-07-11 16:01:49 -05:00
reedline_config.rs Update reedline to improved undo-system (#6326) 2022-08-15 00:35:37 +02:00
repl.rs Terminate REPL if not connected to tty input (#6480) 2022-09-05 13:33:54 +02:00
syntax_highlight.rs nu-cli: directory syntax shape + completions (#5299) 2022-04-22 15:18:51 -05:00
util.rs Revert "Add support for optional list stream output formatting (#6325)" (#6454) 2022-08-31 18:09:40 -05:00
validation.rs Add an alias denylist for expansions (#4871) 2022-03-19 08:03:57 +13:00