From c42fe669855956d8ee216736624af58c986b3a38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Saparelli?= Date: Sun, 11 Apr 2021 01:02:13 +1200 Subject: [PATCH] Remove new Args.changes field --- src/cli.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/cli.rs b/src/cli.rs index 6f9b449..a42351e 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -49,9 +49,6 @@ pub struct Args { /// Interval to debounce the changes. (milliseconds) #[builder(default = "500")] pub debounce: u64, - /// Change messages are printed via info! so configure your logger appropriately instead. - #[builder(default)] - pub changes: bool, /// Run the commands right after starting. #[builder(default = "true")] pub run_initially: bool,