Merge branch 'devel' of https://git.cscherr.de/PlexSheep/netpong into devel
All checks were successful
cargo devel CI / cargo CI (push) Successful in 2m5s

This commit is contained in:
Christoph J. Scherr 2024-01-18 23:45:53 +01:00
commit 69615cf4d5
No known key found for this signature in database
GPG key ID: 7CDD0B14851A08EF

View file

@ -83,7 +83,7 @@ fn cli_parse() -> Cli {
}
fn main() {
let mut cli = cli_parse();
let cli = cli_parse();
debug!("dumping cli args:\n{:#?}", cli);
#[cfg(feature = "server")]
if cli.server {