Parallelism

This commit is contained in:
2025-07-13 17:18:25 +00:00
parent 939ccc90fe
commit cd7d5008dc
7 changed files with 286 additions and 32 deletions

View File

@ -8,7 +8,7 @@ use crate::manifest::types::PickConfig;
use super::{PickTool, TaskContext};
#[derive(Debug, Deserialize)]
#[derive(Debug, Deserialize, Clone)]
pub struct ToolBash {
#[serde(default)]
pub before: Option<String>,