mirror of
https://github.com/danbulant/nushell
synced 2026-05-20 04:48:47 +00:00
6 lines
110 B
Rust
6 lines
110 B
Rust
use nu_plugin::serve_plugin;
|
|
use nu_plugin_example::Example;
|
|
|
|
fn main() {
|
|
serve_plugin(&mut Example {})
|
|
}
|