Add soft deprecation on Args.debug

This commit is contained in:
Félix Saparelli 2020-07-04 17:42:13 +12:00
parent 502081203a
commit fdb0cfb759
1 changed files with 3 additions and 1 deletions

View File

@ -49,7 +49,9 @@ pub struct Args {
/// Interval to debounce the changes. (milliseconds)
#[builder(default = "500")]
pub debounce: u64,
/// Enable debug/verbose logging.
/// Enable debug/verbose logging. No longer used as of 1.14.0 (soft-deprecated).
///
/// Debug messages are printed via debug! so configure your logger appropriately instead.
#[builder(default)]
pub debug: bool,
/// Run the commands right after starting.