From bfc5c2c68007785b3d58724c0dae355162341866 Mon Sep 17 00:00:00 2001 From: fxqnlr Date: Tue, 9 May 2023 21:02:23 +0200 Subject: added list for lists --- src/main.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index 4239dc1..4979386 100644 --- a/src/main.rs +++ b/src/main.rs @@ -3,7 +3,7 @@ use modlist::{ config::Cfg, db::{config_get_current_list, lists_get, lists_get_all_ids}, download, export, get_current_list, import, list_add, list_change, list_remove, list_version, - mod_add, mod_remove, update, IDSelector, List, Modloader, VersionLevel, + mod_add, mod_remove, update, IDSelector, List, Modloader, VersionLevel, list_list, }; #[derive(Parser)] @@ -222,7 +222,7 @@ async fn main() { } ListCommands::Remove { id } => list_remove(config, id), ListCommands::List => { - todo!() + list_list(config) } ListCommands::Change { id } => list_change(config, id), ListCommands::Version { -- cgit v1.2.3