This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
nushell
Watch
2
Star
0
Fork
You've already forked nushell
0
mirror of
https://github.com/nushell/nushell
synced
2025-01-24 02:45:31 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
9c016ad479
nushell
/
crates
/
nu-plugin
/
src
/
lib.rs
7 lines
100 B
Rust
Raw
Normal View
History
Unescape
Escape
Slim down cli plugin logic.
2020-08-27 07:57:40 +00:00
pub
mod
jsonrpc
;
Nu plugins now depend on nu-plugin crate.
2019-12-27 13:30:14 +00:00
mod
plugin
;
Slim down cli plugin logic.
2020-08-27 07:57:40 +00:00
Nu plugins now depend on nu-plugin crate.
2019-12-27 13:30:14 +00:00
pub
mod
test_helpers
;
pub
use
crate
::
plugin
::
{
serve_plugin
,
Plugin
}
;
Reference in a new issue
Copy permalink