mirror of
https://github.com/nushell/nushell.git
synced 2025-08-18 15:48:54 +02:00
Improves startup time when using std-lib
This commit is contained in:
@@ -163,7 +163,7 @@ pub fn evaluate_repl(
|
||||
eval_source(
|
||||
engine_state,
|
||||
&mut unique_stack,
|
||||
r#"use std banner; banner"#.as_bytes(),
|
||||
r#"banner"#.as_bytes(),
|
||||
"show_banner",
|
||||
PipelineData::empty(),
|
||||
false,
|
||||
|
Reference in New Issue
Block a user