Struct cli::types::ExecutionPlan
source · Expand description
Execution plan which defines all steps to run and the order to run them
Fields§
§steps: Vec<Step>A list of steps to execute
Execution plan which defines all steps to run and the order to run them
steps: Vec<Step>A list of steps to execute