mirror of
https://github.com/nushell/nushell.git
synced 2024-11-22 16:33:37 +01:00
56307553ae
* plugin trait * impl of trait * record and absolute path * plugin example crate * clippy error * correcting cargo * evaluated call for plugin
5 lines
176 B
Markdown
5 lines
176 B
Markdown
# 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
|