pub fn clean(project_path: &Path) -> Result<(), Box<dyn Error>>Expand description
Recursively delete every artifact directory of the project at project_path.
Does nothing if project_path is not a recognized project. Convenience
wrapper around Project::clean; for finer control, use scan and call
Project::clean on the resulting Projects directly.