1 2 3
pub fn run(path: String, yes: bool) -> anyhow::Result<()> { crate::workspace::clear_workspace(std::path::Path::new(&path), yes) }