byronwasti / movine

A migration manager written in Rust that attempts to be smart yet minimal
MIT License
109 stars 9 forks source link

Use `ansi_term` instead of `termion` for Windows compatibility #12

Closed Aankhen closed 4 years ago

Aankhen commented 4 years ago

This only affects the messages printed. As far as I can tell, it produces the same output, just in a way that lets movine run on Windows too.

Aankhen commented 4 years ago

Great. Thanks for the quick merge!