Compare commits
1 Commits
cfa338559e
...
20faee0a37
Author | SHA1 | Date | |
---|---|---|---|
20faee0a37 |
@ -148,7 +148,6 @@ fn clap_cmd() -> Command {
|
||||
)
|
||||
.arg(
|
||||
Arg::new("port")
|
||||
.short('p')
|
||||
.long("expose-port")
|
||||
.value_parser(clap::value_parser!(u32).range(0..65535))
|
||||
.action(clap::ArgAction::Append)
|
||||
@ -399,7 +398,6 @@ fn clap_cmd() -> Command {
|
||||
)
|
||||
.arg(
|
||||
Arg::new("port")
|
||||
.short('p')
|
||||
.long("expose-port")
|
||||
.value_parser(clap::value_parser!(u32).range(0..65535))
|
||||
.action(clap::ArgAction::Append)
|
||||
|
Loading…
Reference in New Issue
Block a user