6 个版本
0.0.6 | 2024年6月1日 |
---|---|
0.0.5 | 2024年4月16日 |
0.0.4 | 2024年2月2日 |
0.0.3 | 2024年1月2日 |
0.0.1 | 2023年6月4日 |
958 在 命令行界面 中排名
每月下载量 361 次
36KB
76 代码行
这是一个 shrs 的插件。
使用此插件
首先将此插件添加到依赖项中
shrs_command_timer = { version = "0.0.6" }
然后在初始化 shrs 时包含此插件
use shrs::prelude::*;
use shrs_command_timer::CommandTimerPlugin;
let myshell = ShellBuilder::default()
.with_plugin(CommandTimerPlugin)
.build()
.unwrap();
lib.rs
:
捕获上一个命令的输出标准输出和标准错误
依赖项
~15–32MB
~451K SLoC