From 3181da20e001146653a09f0734e0340b043d9b4b Mon Sep 17 00:00:00 2001 From: fxqnlr Date: Sat, 13 May 2023 12:59:38 +0200 Subject: removed todos, fixed get version set --- src/commands/io.rs | 2 -- src/commands/modification.rs | 3 +-- 2 files changed, 1 insertion(+), 4 deletions(-) (limited to 'src/commands') diff --git a/src/commands/io.rs b/src/commands/io.rs index 2bab132..dd294bc 100644 --- a/src/commands/io.rs +++ b/src/commands/io.rs @@ -110,8 +110,6 @@ pub async fn import(config: Cfg, file_str: String, direct_download: bool) -> MLE for id in exportlist.versions { ver_ids.push(AddMod { id: IDSelector::VersionID(id.version), set_version: id.set} ); } - //TODO impl set_version and good direct download - //TODO impl all at once, dafuck ?done? mod_add(config.clone(), ver_ids, list, direct_download).await?; } Ok(()) diff --git a/src/commands/modification.rs b/src/commands/modification.rs index ab42468..9a1a651 100644 --- a/src/commands/modification.rs +++ b/src/commands/modification.rs @@ -35,7 +35,6 @@ pub struct ProjectInfo { pub set_version: bool, } -//TODO fix setversion to per mod pub async fn mod_add( config: Cfg, mods: Vec, @@ -264,7 +263,7 @@ async fn get_ver_info(config: Cfg, ver_ids: Vec<(String, bool)>) -> MLE