hotfix: ascii_only showing colours too
This commit is contained in:
parent
e566cf7afa
commit
f7371872fc
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ fn main() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if !args.hide_colours {
|
if !args.hide_colours && !args.ascii_only {
|
||||||
println!();
|
println!();
|
||||||
let colors = ["black", "red", "green", "yellow", "blue", "magenta", "cyan", "white"];
|
let colors = ["black", "red", "green", "yellow", "blue", "magenta", "cyan", "white"];
|
||||||
let mut color_string: String = " ".to_owned();
|
let mut color_string: String = " ".to_owned();
|
||||||
|
|
Loading…
Reference in a new issue