diff options
author | fxqnlr <[email protected]> | 2023-04-23 14:11:01 +0200 |
---|---|---|
committer | fxqnlr <[email protected]> | 2023-04-23 14:11:01 +0200 |
commit | 64958cc9ff0858dbf068625e35b8d5dae249d4a4 (patch) | |
tree | a2fd059e3aefff812d0d25e23fc85203dc9d122a /src/main.rs | |
parent | 8050cfcd70a16273cc2814fe29c8ee08320d85d3 (diff) | |
download | modlist-64958cc9ff0858dbf068625e35b8d5dae249d4a4.tar modlist-64958cc9ff0858dbf068625e35b8d5dae249d4a4.tar.gz modlist-64958cc9ff0858dbf068625e35b8d5dae249d4a4.zip |
added todo
Diffstat (limited to 'src/main.rs')
-rw-r--r-- | src/main.rs | 2 |
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)] |