Refactor
All checks were successful
CI / Typos (push) Successful in 8s
CI / Clippy (push) Successful in 54s
CI / Build and test (push) Successful in 52s

This commit is contained in:
2025-05-03 16:42:33 -07:00
parent b8302d3381
commit 64f45a443c
17 changed files with 1229 additions and 996 deletions

View File

@ -4,7 +4,7 @@ use std::io::Write;
use std::{collections::HashMap, path::Path};
use tracing::{debug, error, trace, warn};
use crate::manifest::PickConfig;
use crate::manifest::types::PickConfig;
use super::{PickTool, TaskContext};