Clean up options

This commit is contained in:
Vecna 2023-11-07 15:32:24 -05:00
parent 3bc6f3a63f
commit c106ac5ee3
1 changed files with 0 additions and 7 deletions

View File

@ -42,13 +42,6 @@ async fn main() {
let mut opts = Options::new();
opts.optflag("h", "help", "print this help menu");
//#[cfg(test)]
opts.optopt(
"A",
"advance-days",
"increase server days by NUM_DAYS",
"NUM_DAYS",
);
opts.optflag("I", "invite", "generate invitation for a friend");
opts.optflag("L", "level-up", "increase trust level");
opts.optflag("N", "new-lox-cred", "get a new Lox Credential");