Pi66

walrs
pywal but if its Fast-Minimal-Simple
git clone https://git.pi66.xyz/walrs

← back to log

fix -v flag

author: pixel2175
date: 2025-06-02 17:33
hash: c02400b32642ffd316d718a1ff5d1ce583c38209

Diffstat:

M

src/main.rs
1 ++++++++++++++++++++++++++++++
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
diff --git a/src/main.rs b/src/main.rs
index f5db0a2..0ee2e25 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -170,6 +170,7 @@ fn main() {
             &format!("walrs {}", env!("CARGO_PKG_VERSION")),
             !arg.quit,
         );
+        exit(0);
     }

     if arg.reload_no {