mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 22:50:14 +02:00
use simpler reedline (#6016)
This commit is contained in:
@ -148,7 +148,6 @@ pub fn evaluate_repl(
|
||||
engine_state: engine_state.clone(),
|
||||
config: config.clone(),
|
||||
}))
|
||||
.with_animation(config.animate_prompt)
|
||||
.with_validator(Box::new(NuValidator {
|
||||
engine_state: engine_state.clone(),
|
||||
}))
|
||||
|
Reference in New Issue
Block a user