mirror of
https://github.com/nushell/nushell.git
synced 2025-07-07 10:01:26 +02:00
Command tests (#922)
* WIP command tests * Finish marking todo tests * update * update * Windows cd test ignoring
This commit is contained in:
@ -142,7 +142,7 @@ impl Command for Open {
|
||||
Some(converter_id) => engine_state.get_decl(converter_id).run(
|
||||
engine_state,
|
||||
stack,
|
||||
&Call::new(),
|
||||
&Call::new(call_span),
|
||||
output,
|
||||
),
|
||||
None => Ok(output),
|
||||
|
Reference in New Issue
Block a user