pub fn run(
config: &UpConfig,
tasks_dirname: TasksDir,
tasks_action: TasksAction,
) -> Result<()>
Expand description
Run a set of tasks specified in a subdir of the directory containing the up config.
pub fn run(
config: &UpConfig,
tasks_dirname: TasksDir,
tasks_action: TasksAction,
) -> Result<()>
Run a set of tasks specified in a subdir of the directory containing the up config.