mirror of
https://github.com/nushell/nushell.git
synced 2025-08-23 08:50:31 +02:00
Evaluation of command arguments (#1801)
* WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * Finish adding the baseline refactors for argument invocation * Finish cleanup and add test * Add missing plugin references
This commit is contained in:
7
src/plugins/nu_plugin_stable_parse.rs
Normal file
7
src/plugins/nu_plugin_stable_parse.rs
Normal file
@@ -0,0 +1,7 @@
|
||||
use nu_plugin::serve_plugin;
|
||||
use nu_plugin_parse::Parse;
|
||||
|
||||
fn main() -> Result<(), Box<dyn std::error::Error>> {
|
||||
serve_plugin(&mut Parse::new()?);
|
||||
Ok(())
|
||||
}
|
Reference in New Issue
Block a user