mirror of
https://github.com/nushell/nushell.git
synced 2025-08-10 08:40:14 +02:00
Line charts. Chart plugin sub command extraction. (#2627)
This commit is contained in:
committed by
GitHub
parent
f0b7ab5ecc
commit
ddf9d61346
6
crates/nu_plugin_chart/bin/main.rs
Normal file
6
crates/nu_plugin_chart/bin/main.rs
Normal file
@ -0,0 +1,6 @@
|
||||
use nu_plugin::serve_plugin;
|
||||
use nu_plugin_chart::Chart;
|
||||
|
||||
fn main() {
|
||||
serve_plugin(&mut Chart::new());
|
||||
}
|
Reference in New Issue
Block a user