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

This commit is contained in:
Christoph J. Scherr 2024-01-18 23:45:53 +01:00
commit 69615cf4d5
Signed by: PlexSheep
GPG Key ID: 7CDD0B14851A08EF
1 changed files with 1 additions and 1 deletions

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 {