From 653ebc8ad369ce9ac2fb640cbe9d06102c3ac1dc Mon Sep 17 00:00:00 2001 From: Wilfred Hughes Date: Sun, 13 Feb 2022 16:03:40 -0800 Subject: [PATCH] Allow debug printing of ColorOutput --- src/options.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/options.rs b/src/options.rs index 80eae1e3a..e52800f6d 100644 --- a/src/options.rs +++ b/src/options.rs @@ -11,6 +11,7 @@ pub const DEFAULT_BYTE_LIMIT: usize = 1_000_000; const USAGE: &str = concat!(env!("CARGO_BIN_NAME"), " [OPTIONS] OLD-PATH NEW-PATH"); +#[derive(Debug)] pub enum ColorOutput { Always, Auto,