summaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
authorfxqnlr <[email protected]>2023-05-09 20:53:34 +0200
committerfxqnlr <[email protected]>2023-05-09 20:53:34 +0200
commitd6415cf0e03dbb42c573a597d07ea1be5cd1fc44 (patch)
treebe7a6a8694b00e1702481d158638ae7cf3ba78e1 /src/main.rs
parent9063a041f6b2e72f6e4a861c77ac16065dd5378b (diff)
downloadmodlist-d6415cf0e03dbb42c573a597d07ea1be5cd1fc44.tar
modlist-d6415cf0e03dbb42c573a597d07ea1be5cd1fc44.tar.gz
modlist-d6415cf0e03dbb42c573a597d07ea1be5cd1fc44.zip
added list check on default change
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 2db304b..4239dc1 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -6,7 +6,6 @@ use modlist::{
6 mod_add, mod_remove, update, IDSelector, List, Modloader, VersionLevel, 6 mod_add, mod_remove, update, IDSelector, List, Modloader, VersionLevel,
7}; 7};
8 8
9//TODO make default list optional
10#[derive(Parser)] 9#[derive(Parser)]
11#[command(author, version, about)] 10#[command(author, version, about)]
12struct Cli { 11struct Cli {