shrs_output_capture
shrs plugin to capture command output
This is a plugin for shrs.
Using this plugin
First add this plugin to your dependencies
= { = "0.0.5" }
Then include this plugin when initializing shrs
use *;
use OutputCapturePlugin;
let myshell = default
.with_plugin
.build
.unwrap;