diff options
author | fxqnlr <[email protected]> | 2023-04-24 19:00:04 +0200 |
---|---|---|
committer | fxqnlr <[email protected]> | 2023-04-24 19:00:04 +0200 |
commit | 96d400ca1275bf8444e5ad4dc6c8a06b01c3ea9d (patch) | |
tree | 740e6f16b78cfe9c8a1019580bef0de1a3491300 /src/commands/download.rs | |
parent | 99c84b5a81f395f4f094b157019e84bfc4459df6 (diff) | |
download | modlist-96d400ca1275bf8444e5ad4dc6c8a06b01c3ea9d.tar modlist-96d400ca1275bf8444e5ad4dc6c8a06b01c3ea9d.tar.gz modlist-96d400ca1275bf8444e5ad4dc6c8a06b01c3ea9d.zip |
add auto create dirs, database and default config
Diffstat (limited to 'src/commands/download.rs')
-rw-r--r-- | src/commands/download.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/download.rs b/src/commands/download.rs index 9434591..1a8eb8f 100644 --- a/src/commands/download.rs +++ b/src/commands/download.rs | |||
@@ -23,7 +23,7 @@ pub async fn download(config: Cfg, all_lists: bool, clean: bool, delete_old: boo | |||
23 | 23 | ||
24 | for current_list in liststack { | 24 | for current_list in liststack { |
25 | let downloaded_versions = get_downloaded_versions(current_list.clone())?; | 25 | let downloaded_versions = get_downloaded_versions(current_list.clone())?; |
26 | println!("To download: {:#?}", downloaded_versions); | 26 | // println!("To download: {:#?}", downloaded_versions); |
27 | let current_version_ids = match userlist_get_all_current_versions_with_mods( | 27 | let current_version_ids = match userlist_get_all_current_versions_with_mods( |
28 | config.clone(), | 28 | config.clone(), |
29 | String::from(¤t_list.id), | 29 | String::from(¤t_list.id), |