mirror of
https://github.com/nushell/nushell.git
synced 2025-07-01 07:00:37 +02:00
Command tests (#922)
* WIP command tests * Finish marking todo tests * update * update * Windows cd test ignoring
This commit is contained in:
@ -643,7 +643,7 @@ pub fn parse_internal_call(
|
||||
|
||||
let mut error = None;
|
||||
|
||||
let mut call = Call::new();
|
||||
let mut call = Call::new(command_span);
|
||||
call.decl_id = decl_id;
|
||||
call.head = command_span;
|
||||
|
||||
|
Reference in New Issue
Block a user