pub async fn handle_init( config: &Config, requested: &[String], preset: Option<&str>, dry_run: bool, force_profile: bool, proxy: bool, yes: bool, ) -> Result<()>