Function test_all_skills
pub fn test_all_skills(
skills_dirs: &[PathBuf],
verbose: bool,
) -> Result<Vec<SkillTestResult>>Expand description
Test all skills that have a TEST.sh file within the given skill directories.
pub fn test_all_skills(
skills_dirs: &[PathBuf],
verbose: bool,
) -> Result<Vec<SkillTestResult>>Test all skills that have a TEST.sh file within the given skill directories.