mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 01:54:57 +02:00
Add better exit command (#369)
This commit is contained in:
@ -269,10 +269,6 @@ fn main() -> Result<()> {
|
||||
let input = line_editor.read_line(prompt);
|
||||
match input {
|
||||
Ok(Signal::Success(s)) => {
|
||||
if s.trim() == "exit" {
|
||||
break;
|
||||
}
|
||||
|
||||
eval_source(
|
||||
&mut engine_state,
|
||||
&mut stack,
|
||||
|
Reference in New Issue
Block a user