mirror of
https://github.com/nushell/nushell.git
synced 2024-11-25 18:03:51 +01:00
7 lines
102 B
Rust
7 lines
102 B
Rust
use nu_plugin::serve_plugin;
|
|
use nu_plugin_str::Str;
|
|
|
|
fn main() {
|
|
serve_plugin(&mut Str::new())
|
|
}
|