forked from extern/nushell
Move input/output type from Command to Signature (#5880)
This commit is contained in:
@ -748,7 +748,7 @@ pub fn parse_internal_call(
|
||||
|
||||
let decl = working_set.get_decl(decl_id);
|
||||
let signature = decl.signature();
|
||||
let output = decl.output_type();
|
||||
let output = signature.output_type.clone();
|
||||
|
||||
working_set.type_scope.add_type(output.clone());
|
||||
|
||||
|
Reference in New Issue
Block a user