mirror of
https://github.com/nushell/nushell.git
synced 2025-01-27 16:48:44 +01:00
0f0847e45b
* Move 'start' to use ShellError * Remove unnecessary changes * Add missing macOS change * Add default * More fixed * More fixed
7 lines
109 B
Rust
7 lines
109 B
Rust
use nu_plugin::serve_plugin;
|
|
use nu_plugin_start::Start;
|
|
|
|
fn main() {
|
|
serve_plugin(&mut Start::new());
|
|
}
|