1
0
mirror of https://github.com/nushell/nushell.git synced 2025-06-21 02:18:44 +02:00
2022-03-04 09:36:03 -05:00

7 lines
111 B
Rust

use nu_plugin::serve_plugin;
use nu_plugin_tree::TreeViewer;
fn main() {
serve_plugin(&mut TreeViewer);
}