summaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
authorfxqnlr <[email protected]>2023-01-22 22:34:17 +0100
committerfxqnlr <[email protected]>2023-01-22 22:34:17 +0100
commit1890d59428dfcca861ea1b7820411d80cc60d713 (patch)
tree559a41a814a33a72ccab3640a6c81d10451f1683 /src/main.rs
parentf7a6d2e9c67c1fdf8fc17fa0461a201fd2720537 (diff)
downloadmodlist-1890d59428dfcca861ea1b7820411d80cc60d713.tar
modlist-1890d59428dfcca861ea1b7820411d80cc60d713.tar.gz
modlist-1890d59428dfcca861ea1b7820411d80cc60d713.zip
Added list version cmd, fixed some todos
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 10980fb..2fca691 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -19,7 +19,7 @@ async fn main() {
19 } 19 }
20 }; 20 };
21 21
22 dbg!(&input); 22 //dbg!(&input);
23 23
24 match input.clone().command.unwrap() { 24 match input.clone().command.unwrap() {
25 Cmd::Mod => { 25 Cmd::Mod => {