Skip to main content

Remember to namespace this properly

ID
6b3e1a3
date
2024-06-03 21:01:50+00:00
author
Alex Chan <alex@alexwlchan.net>
parent
f873ce6
message
Remember to namespace this properly
changed files
1 file, 1 addition, 1 deletion

Changed files

src/main.rs (2175) → src/main.rs (2181)

diff --git a/src/main.rs b/src/main.rs
index b188fb6..2e9b709 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -16,7 +16,7 @@ struct OutputValue {
 }
 
 fn main() {
-    let matches = Command::new("brightness_adjust")
+    let matches = clap::Command::new("brightness_adjust")
         .version(VERSION)
         .author("Alex Chan <alex@alexwlchan.net>")
         .about("Show some darker/lighter variants of a given colour")