Pi66

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

← back to log

use argh instead of clap and removing auto complete

author: pixel2175
date: 2025-05-31 20:50
hash: ca051c8f2702208dfe52f388fc9c3fb39a07a55e

Diffstat:

M

src/main.rs
2 +++++++++++++++---------------
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
diff --git a/src/main.rs b/src/main.rs
index eaf74dc..0605fe4 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -172,7 +172,7 @@ fn main() {
         );
     }

-    if arg.reload_nowal {
+    if arg.reload_no {
         reload(!arg.quit, true);
         exit(0);
     }