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
0e13d9fbaa
nushell
/
crates
/
nu_plugin_sys
/
src
/
lib.rs
7 lines
71 B
Rust
Raw
Normal View
History
Unescape
Escape
Add a --full mode to ps (#1507) * Add a --full mode to ps * Use a slightly older heim
2020-03-20 08:53:49 +01:00
#![
type_length_limit =
"
2474736
"
]
Default plugins are independent and called from Nu. (#1322)
2020-01-31 23:45:33 +01:00
mod
nu
;
mod
sys
;
pub
use
sys
::
Sys
;
Reference in New Issue
Copy Permalink