This website requires JavaScript.
Explore
Help
Sign In
extern
/
nushell
Watch
1
Star
0
Fork
1
You've already forked nushell
mirror of
https://github.com/nushell/nushell.git
synced
2025-02-10 23:49:22 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
66061192f8
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