added missing startup flag

This commit is contained in:
Francesco Cogno 2020-10-11 16:48:08 +02:00
parent fa739c423c
commit 73e0b12c22
No known key found for this signature in database
GPG Key ID: 89082D7200C96BD1
1 changed files with 6 additions and 0 deletions

View File

@ -135,6 +135,12 @@ async fn main() {
.help("verbose logging")
.takes_value(false),
)
.arg(
Arg::with_name("prepend_sudo")
.short("a")
.help("Prepend sudo to the wg show commands")
.takes_value(false),
)
.arg(
Arg::with_name("separate_allowed_ips")
.short("s")