pub async fn new_project( manager: &mut TemplateManager, template_id: Option<&str>, name: Option<&str>, output: &str, ) -> Result<()>