mirror of
https://github.com/nushell/nushell.git
synced 2025-08-27 07:32:44 +02:00
Support average for tables.
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
use nu_plugin::serve_plugin;
|
||||
use nu_plugin_average::Average;
|
||||
|
||||
fn main() {
|
||||
serve_plugin(&mut Average::new());
|
||||
}
|
Reference in New Issue
Block a user