devtool 0.8.23

A CLI tool for development in update rustup toolchain, mise maintained tools and homebrew packages.
1
2
3
4
5
6
// UI 模块 - 用户界面相关功能
// 包含颜色输出、进度条和图标

pub mod colors;
pub mod icons;
pub mod progress;