mirror of
https://github.com/danbulant/nushell
synced 2026-06-13 11:41:49 +00:00
* Move 'start' to use ShellError * Remove unnecessary changes * Add missing macOS change * Add default * More fixed * More fixed
6 lines
109 B
Rust
6 lines
109 B
Rust
use nu_plugin::serve_plugin;
|
|
use nu_plugin_start::Start;
|
|
|
|
fn main() {
|
|
serve_plugin(&mut Start::new());
|
|
}
|