remove short option conflict

This commit is contained in:
yggverse 2026-01-08 16:48:14 +02:00
parent 62b8711ce9
commit a8f6c45887

View file

@ -32,7 +32,7 @@ pub struct Config {
pub host: IpAddr,
/// Bind server on given port
#[arg(long, short, default_value_t = 8000)]
#[arg(long, default_value_t = 8000)]
pub port: u16,
/// Configure instance in the debug mode