mirror of
https://github.com/YGGverse/rssto.git
synced 2026-03-31 17:15:29 +00:00
remove short option conflict
This commit is contained in:
parent
62b8711ce9
commit
a8f6c45887
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue