Skip to main content

run_expanded

Function run_expanded 

Source
pub async fn run_expanded(
    nodes: Vec<ExpandedNode>,
    opts: ExecuteOptions,
) -> CliResult<RunSummary>
Expand description

Execute every node in nodes. nodes must be in BFS order (roots first then children) — that’s what crate::expand::expand returns.