mirror of
https://github.com/nushell/nushell.git
synced 2025-04-18 18:28:19 +02:00
7 lines
123 B
Rust
7 lines
123 B
Rust
use nu_plugin::serve_plugin;
|
|
use nu_plugin_binaryview::BinaryView;
|
|
|
|
fn main() {
|
|
serve_plugin(&mut BinaryView::new())
|
|
}
|