use nu_plugin::serve_plugin; use nu_plugin_match::Match; fn main() -> Result<(), Box> { serve_plugin(&mut Match::new()?); Ok(()) }