rust/hedgewars-server/src/main.rs
changeset 15938 ce47259d5c86
parent 15831 7d0f747afcb8
child 15989 fb389df02e3e
--- a/rust/hedgewars-server/src/main.rs	Sat Mar 25 03:29:22 2023 +0300
+++ b/rust/hedgewars-server/src/main.rs	Sat Mar 25 04:00:30 2023 +0300
@@ -27,6 +27,7 @@
     let args: Vec<String> = env::args().collect();
     let mut opts = Options::new();
 
+    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..]) {