mirror of
https://github.com/danbulant/nushell
synced 2026-05-23 06:19:25 +00:00
6 lines
109 B
Rust
6 lines
109 B
Rust
use nu_plugin::serve_plugin;
|
|
use nu_plugin_xpath::Xpath;
|
|
|
|
fn main() {
|
|
serve_plugin(&mut Xpath::new());
|
|
}
|