Make cli-parameter work

This commit is contained in:
Johannes Wendel
2024-12-30 19:20:25 +01:00
parent 0ffc57ae78
commit 1ace2e5730

View File

@@ -18,7 +18,7 @@ struct Args {
image_path: PathBuf, image_path: PathBuf,
host: Host, host: Host,
#[arg(short, long, default_value_t = 1234)] #[arg(default_value_t = 1234)]
port: u16, port: u16,
} }