This commit is contained in:
Darren Schroeder 2024-06-29 09:14:56 -05:00
parent 230bbeb3fd
commit eaae508e12

View File

@ -38,6 +38,7 @@ impl Command for SubCommand {
) -> Result<PipelineData, ShellError> {
let cell_paths: Vec<CellPath> = call.rest(engine_state, stack, 0)?;
let args = CellPathOnlyArgs::from(cell_paths);
operate(action, args, input, call.head, engine_state.ctrlc.clone())
}