forked from extern/nushell
Fix exported module not found (#9121)
This commit is contained in:
@ -5198,7 +5198,7 @@ pub fn parse_builtin_commands(
|
||||
Pipeline::from_vec(vec![expr])
|
||||
}
|
||||
b"alias" => parse_alias(working_set, lite_command, None),
|
||||
b"module" => parse_module(working_set, lite_command, None),
|
||||
b"module" => parse_module(working_set, lite_command, None).0,
|
||||
b"use" => {
|
||||
let (pipeline, _) = parse_use(working_set, &lite_command.parts);
|
||||
pipeline
|
||||
|
Reference in New Issue
Block a user