added missing startup flag
This commit is contained in:
parent
fa739c423c
commit
73e0b12c22
1 changed files with 6 additions and 0 deletions
|
@ -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 a new issue