pub fn resolve_output_dir(
output_dir: Option<PathBuf>,
) -> WorkflowResult<PathBuf>Expand description
Resolves the output directory for a workflow: the given path (created if missing) or the current directory.
pub fn resolve_output_dir(
output_dir: Option<PathBuf>,
) -> WorkflowResult<PathBuf>Resolves the output directory for a workflow: the given path (created if missing) or the current directory.