hotfix: ascii_only showing colours too
This commit is contained in:
parent
e566cf7afa
commit
f7371872fc
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue