generated from PlexSheep/rs-base
Merge branch 'devel' of https://git.cscherr.de/PlexSheep/netpong into devel
cargo devel CI / cargo CI (push) Successful in 2m5s
Details
cargo devel CI / cargo CI (push) Successful in 2m5s
Details
This commit is contained in:
commit
69615cf4d5
|
@ -83,7 +83,7 @@ fn cli_parse() -> Cli {
|
||||||
}
|
}
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
let mut cli = cli_parse();
|
let cli = cli_parse();
|
||||||
debug!("dumping cli args:\n{:#?}", cli);
|
debug!("dumping cli args:\n{:#?}", cli);
|
||||||
#[cfg(feature = "server")]
|
#[cfg(feature = "server")]
|
||||||
if cli.server {
|
if cli.server {
|
||||||
|
|
Loading…
Reference in New Issue