We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 810c9c4 + 11fa8cb commit fc27647Copy full SHA for fc27647
src/main.rs
@@ -52,6 +52,9 @@ fn main() -> anyhow::Result<()> {
52
finished_activity_path,
53
));
54
55
+ if cfg!(windows) {
56
+ ansi_term::enable_ansi_support().unwrap_or(());
57
+ }
58
let action = run(&matches, &clock)?;
59
let mutation = dry_run_action(action, &service, &clock, &config)?;
60
if matches.is_present("dry-run") {
0 commit comments