We have a server at least #3

Merged
PlexSheep merged 14 commits from devel into master 2024-01-19 16:40:16 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 716c02da5d - Show all commits

View File

@ -78,7 +78,7 @@ fn cli_parse() -> Cli {
}
fn main() {
let mut cli = cli_parse();
let cli = cli_parse();
debug!("dumping cli args:\n{:#?}", cli);
println!("Hello, world!");
}