nu-plugin-bexpand 1.3.10600

A brace expansion plugin compatible with Bash for nushell
Documentation
1
2
3
4
5
6
use nu_plugin::{serve_plugin, MsgPackSerializer};
use nu_plugin_bexpand::BexpandPlugin;

fn main() {
    serve_plugin(&BexpandPlugin, MsgPackSerializer)
}