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:41
hash: 125bb5025992f47aa29f32b497a4e1f93f294eac

Diffstat:

M

src/main.rs
5 ++++++++++++++++++++++++------
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
diff --git a/src/main.rs b/src/main.rs
index 447e2dc..a21b49c 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -1,3 +1,6 @@
+Unrecognized argument: "-rq". Did you mean "-r"?
+
+Run walrs --help for more information.
 mod create_templates;
 mod get_colors;
 mod reload;
@@ -43,7 +46,7 @@ struct Arg {
     #[argh(
         switch,
         short = 'R',
-        long = "reload-nowal",
+        long = "reload-no",
         description = "reload with changing the wallpaper"
     )]
     reload_nowal: bool,