3 releases
0.0.6 | Jun 1, 2024 |
---|---|
0.0.5 | Apr 16, 2024 |
0.0.4 | Feb 2, 2024 |
#1059 in Command-line interface
39KB
123 lines
This is a plugin for shrs.
Using this plugin
First add this plugin to your dependencies
shrs_rhai = { version = "0.0.6" }
Then include this plugin when initializing shrs
use shrs::prelude::*;
use shrs_rhai::RhaiPlugin;
let myshell = ShellBuilder::default()
.with_plugin(RhaiPlugin)
.build()
.unwrap();
Dependencies
~21–38MB
~558K SLoC