Remove new Args.changes field

This commit is contained in:
Félix Saparelli 2021-04-11 01:02:13 +12:00
parent 426b6a8318
commit c42fe66985
No known key found for this signature in database
GPG Key ID: B948C4BAE44FC474
1 changed files with 0 additions and 3 deletions

View File

@ -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,