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:47
hash: add5d83689fbbe571fcfa491cf8e2eef79260662

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 ae1fae9..eaf74dc 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -46,7 +46,7 @@ struct Arg {
         long = "reload-no",
         description = "reload with changing the wallpaper"
     )]
-    reload_nowal: bool,
+    reload_no: bool,

     #[argh(
         option,