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-06 18:29:02 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
21ef3895b3
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 07:53:49 +00:00
#![
type_length_limit =
"
2474736
"
]
Default plugins are independent and called from Nu. (#1322)
2020-01-31 22:45:33 +00:00
mod
nu
;
mod
sys
;
pub
use
sys
::
Sys
;
Reference in a new issue
Copy permalink