1
0
mirror of https://github.com/nushell/nushell.git synced 2025-03-26 07:19:55 +01:00
nushell/crates/nu-plugin-engine
Jack Wright d081e3386f
Make pipeline metadata available to plugins ()
# Description
Fixes an issue with pipeline metadata not being passed to plugins.
2024-08-02 11:01:20 -07:00
..
src Make pipeline metadata available to plugins () 2024-08-02 11:01:20 -07:00
Cargo.toml Bump version to 0.96.2 () 2024-07-29 17:20:55 -07:00
LICENSE Split the plugin crate () 2024-04-27 12:08:12 -05:00
README.md Split the plugin crate () 2024-04-27 12:08:12 -05:00

nu-plugin-engine

This crate provides functionality for the Nushell engine to spawn and interact with plugins.