pub fn generate_code( template: String, output: Option<PathBuf>, name: Option<String>, force: bool, verbose: bool, ) -> Result<()>