You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Beta-1
Changes the Command Line Interface (CLI) from using exclusively flags
and options to using subcommands with flags and options to better
organize features and provide a consistent interface.
Change to termcolor for colorized output
The termcolor crate is used to add colorized output to all Windows
consoles, not just Windows 10 with ANSI escape sequences enabled.