forked from extern/nushell
Bug fix start (#1738)
* fix bug on linux; added start to the stable list * add to stable and fix clippy lint
This commit is contained in:
committed by
GitHub
parent
55374ee54f
commit
ccd5d69fd1
9
src/plugins/nu_plugin_stable_start.rs
Normal file
9
src/plugins/nu_plugin_stable_start.rs
Normal file
@ -0,0 +1,9 @@
|
||||
use nu_plugin::serve_plugin;
|
||||
use nu_plugin_start::Start;
|
||||
|
||||
fn main() {
|
||||
serve_plugin(&mut Start {
|
||||
filenames: vec![],
|
||||
application: None,
|
||||
});
|
||||
}
|
Reference in New Issue
Block a user