diff --git a/src/main.rs b/src/main.rs index 223f9cb..17cb170 100644 --- a/src/main.rs +++ b/src/main.rs @@ -21,7 +21,7 @@ async fn main() -> tide::Result<()> { .ok() .and_then(|p| p.parse::().ok()) .unwrap_or(DEFAULT_PORT); - + // Parse command line arguments let args: Vec = env::args().collect(); let no_ttl_permanent = args.iter().any(|arg| arg == "--permanent");