fix non-windows build

This commit is contained in:
2022-04-08 21:22:34 +02:00
parent 6c064a1dd8
commit 8a10b99eeb

View File

@@ -16,6 +16,7 @@ fn main() -> Result<()> {
let mut args = Arguments::from_env(); let mut args = Arguments::from_env();
// try to enable ansi support in win10 cmd shell // try to enable ansi support in win10 cmd shell
#[cfg(target_os="windows")]
let _ = ansi_term::enable_ansi_support(); let _ = ansi_term::enable_ansi_support();
match args.subcommand()?.as_deref() { match args.subcommand()?.as_deref() {