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日 |
#893 在 命令行界面
每月 417 次下载
24KB
82 行
这是一个为 shrs 开发的插件。
使用此插件
首先将此插件添加到依赖中
shrs_output_capture = { version = "0.0.6" }
然后初始化 shrs 时包含此插件
use shrs::prelude::*;
use shrs_output_capture::OutputCapturePlugin;
let myshell = ShellBuilder::default()
.with_plugin(OutputCapturePlugin)
.build()
.unwrap();
lib.rs
:
捕获前一个命令的 stdout 和 stderr 输出
依赖
~15–32MB
~442K SLoC