diff --git a/src/main.rs b/src/main.rs index 82e2a8f..a5f6aad 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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")