From 2bbcd7cca8445235626932ad106736af8314c0a7 Mon Sep 17 00:00:00 2001 From: n3tw0rth Date: Sat, 1 Feb 2025 17:00:39 +0530 Subject: [PATCH] refactor(flags): removed verbose flag --- src/main.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/main.rs b/src/main.rs index e0e83c7..ae3ab42 100644 --- a/src/main.rs +++ b/src/main.rs @@ -28,9 +28,6 @@ struct Args { #[arg(short, long)] triggers: Option, - - #[arg(long, action)] - verbose: bool, } #[derive(Deserialize, Debug)]