We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97e7d55 commit 525f66aCopy full SHA for 525f66a
1 file changed
src/run.rs
@@ -196,6 +196,10 @@ pub(crate) fn run_file(
196
ret_val
197
}
198
199
+fn get_standard_library() -> &'static str {
200
+ include_str!("../crates/nu-utils/standard_library/std.nu")
201
+}
202
+
203
pub(crate) fn run_repl(
204
engine_state: &mut nu_protocol::engine::EngineState,
205
parsed_nu_cli_args: command::NushellCliArgs,
0 commit comments