rust/hedgewars-server/src/main.rs
changeset 15989 fb389df02e3e
parent 15938 ce47259d5c86
--- a/rust/hedgewars-server/src/main.rs	Mon Feb 12 21:26:35 2024 +0300
+++ b/rust/hedgewars-server/src/main.rs	Tue Feb 13 00:58:17 2024 +0300
@@ -27,7 +27,7 @@
     let args: Vec<String> = env::args().collect();
     let mut opts = Options::new();
 
-    todo!("Add options for cert paths");
+    //todo!("Add options for cert paths");
     opts.optopt("p", "port", "port - defaults to 46631", "PORT");
     opts.optflag("h", "help", "help");
     let matches = match opts.parse(&args[1..]) {