Allow debug printing of ColorOutput

html_output
Wilfred Hughes 2022-02-13 16:03:40 +07:00
parent 1ef8a35fc1
commit 653ebc8ad3
1 changed files with 1 additions and 0 deletions

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