1 个不稳定版本
0.0.6 | 2024年6月1日 |
---|
#707 在 命令行界面
37KB
119 代码行
使用此插件
首先将此插件添加到依赖中
shrs_command_timer = { version = "0.0.6" }
然后在初始化 shrs 时包含此插件
use shrs::shell::ShellBuilder;
use shrs_file_history::FileBackedHistoryPlugin;
fn main() {
let myshell = ShellBuilder::default()
.with_plugin(FileBackedHistoryPlugin::new())
.build()
.unwrap();
myshell.run().expect("Error when running shell");
}
依赖项
~15–32MB
~442K SLoC