added missing startup flag
This commit is contained in:
parent
fa739c423c
commit
73e0b12c22
@ -135,6 +135,12 @@ async fn main() {
|
|||||||
.help("verbose logging")
|
.help("verbose logging")
|
||||||
.takes_value(false),
|
.takes_value(false),
|
||||||
)
|
)
|
||||||
|
.arg(
|
||||||
|
Arg::with_name("prepend_sudo")
|
||||||
|
.short("a")
|
||||||
|
.help("Prepend sudo to the wg show commands")
|
||||||
|
.takes_value(false),
|
||||||
|
)
|
||||||
.arg(
|
.arg(
|
||||||
Arg::with_name("separate_allowed_ips")
|
Arg::with_name("separate_allowed_ips")
|
||||||
.short("s")
|
.short("s")
|
||||||
|
Loading…
Reference in New Issue
Block a user