This website requires JavaScript.
Explore
Help
Sign In
holm
/
nushell
Watch
1
Star
1
Fork
0
You've already forked nushell
forked from
extern/nushell
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
80b39454ff
nushell
/
src
/
plugins
/
nu_plugin_core_ps.rs
7 lines
100 B
Rust
Raw
Normal View
History
Unescape
Escape
Default plugins are independent and called from Nu. (#1322)
2020-01-31 23:45:33 +01:00
use
nu_plugin
::
serve_plugin
;
use
nu_plugin_ps
::
Ps
;
Copy core plugins back so we can publish
2019-12-18 17:35:17 +01:00
fn
main
(
)
{
serve_plugin
(
&
mut
Ps
::
new
(
)
)
;
}
Reference in New Issue
Copy Permalink