소스 검색

Clean up options

Vecna 7 달 전
부모
커밋
c106ac5ee3
1개의 변경된 파일0개의 추가작업 그리고 7개의 파일을 삭제
  1. 0 7
      src/main.rs

+ 0 - 7
src/main.rs

@@ -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");