diff --git a/src/main.rs b/src/main.rs index f90bc7a..906909a 100644 --- a/src/main.rs +++ b/src/main.rs @@ -64,7 +64,7 @@ fn main() { } } - if !args.hide_colours { + if !args.hide_colours && !args.ascii_only { println!(); let colors = ["black", "red", "green", "yellow", "blue", "magenta", "cyan", "white"]; let mut color_string: String = " ".to_owned();