summaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
authorfxqnlr <[email protected]>2023-04-23 14:11:01 +0200
committerfxqnlr <[email protected]>2023-04-23 14:11:01 +0200
commit64958cc9ff0858dbf068625e35b8d5dae249d4a4 (patch)
treea2fd059e3aefff812d0d25e23fc85203dc9d122a /src/main.rs
parent8050cfcd70a16273cc2814fe29c8ee08320d85d3 (diff)
downloadmodlist-64958cc9ff0858dbf068625e35b8d5dae249d4a4.tar
modlist-64958cc9ff0858dbf068625e35b8d5dae249d4a4.tar.gz
modlist-64958cc9ff0858dbf068625e35b8d5dae249d4a4.zip
added todo
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
index eb5ee0b..2006856 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -6,6 +6,8 @@ use modlist::{
6 list_version, mod_add, mod_remove, update, IDSelector, List, Modloader, 6 list_version, mod_add, mod_remove, update, IDSelector, List, Modloader,
7}; 7};
8 8
9//TODO implement remote sql db
10
9//TODO make default list optional 11//TODO make default list optional
10#[derive(Parser)] 12#[derive(Parser)]
11#[command(author, version, about)] 13#[command(author, version, about)]