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

@ -8,7 +8,7 @@ use std::{
mod bash;
pub use bash::*;
use crate::manifest::PickConfig;
use crate::manifest::types::PickConfig;
pub trait PickTool: Debug + DeserializeOwned {
/// Runs once, before all tasks