mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 12:35:59 +02:00
Plugin with evaluated call (#393)
* plugin trait * impl of trait * record and absolute path * plugin example crate * clippy error * correcting cargo * evaluated call for plugin
This commit is contained in:
4
crates/nu_plugin_example/README.md
Normal file
4
crates/nu_plugin_example/README.md
Normal file
@ -0,0 +1,4 @@
|
||||
# Plugin Example
|
||||
|
||||
Crate with a simple example of the Plugin trait that needs to be implemented
|
||||
in order to create a binary that can be registered into nushell declaration list
|
Reference in New Issue
Block a user