diff --git a/Cargo.lock b/Cargo.lock index 9e405c0..4a301a4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -554,7 +554,7 @@ dependencies = [ [[package]] name = "envision" -version = "0.0.2" +version = "1.0.0" dependencies = [ "anyhow", "ash", diff --git a/src/main.rs b/src/main.rs index 6f8e636..1d3eb44 100644 --- a/src/main.rs +++ b/src/main.rs @@ -111,6 +111,7 @@ fn main() -> Result<()> { let sender = BROKER.sender(); main_app.connect_command_line(move |this, cmdline| { if CmdLineOpts::handle_non_activating_opts(cmdline) { + this.quit(); return 0; } this.activate();