12 个版本 (3 个稳定版)

1.0.2 2022年9月4日
1.0.1 2021年6月22日
1.0.0 2021年1月9日
0.4.2-alpha.02021年1月9日
0.1.3 2019年5月28日

#462命令行界面

Download history 9/week @ 2024-04-03

每月 88 次下载
2 个包 使用

MIT 许可协议

6KB

leg

🔈 简化优雅的程序输出

Demo

Build Status Latest version Stability stable

🤙 如果您喜欢这个项目,请在 Twitter 上 @我

感谢 colored 包,这使得该工具可以在 Linux、MacOS 和 Windows (Powershell) 上运行。遵循 CLICOLOR/CLICOLOR_FORCENO_COLOR 行为。

使用

📝 如果您想了解详细信息,请访问 完整文档

use leg::*;

head("leg", Some("🔈"), Some("1.0.0"));

info("Informational message", None, None);
success("Successful operation", None, None);
warn("Warn message", None, None);
error("Error message", None, None);
wait("Waiting for something", None, None);
done("Something finished", None, None);

print!("Not shown");
remove();

info("Informational message with scope", Some("myscope"), None);
info(
    "Informational message without new line",
    None,
    Some(false),
);
println!(" => same line");

贡献

😎 如果您想帮忙,请查看 此文件

依赖

~0–7MB
~33K SLoC