* wip - preliminary checking * updated to latest pluging * i think it's all working now, except bare words * clippy
7 lines
108 B
Rust
7 lines
108 B
Rust
use nu_plugin::serve_plugin;
|
|
use nu_plugin_gstat::GStat;
|
|
|
|
fn main() {
|
|
serve_plugin(&mut GStat::new())
|
|
}
|