shrs_mux
switch command language at runtime
This is a plugin for shrs.
Using this plugin
First add this plugin to your dependencies
= { = "0.0.6" }
Then include this plugin when initializing shrs
use *;
use MuxPlugin;
let myshell = default
.with_plugin
.build
.unwrap;