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
2024-11-26 10:23:52 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
005d76cf57
nushell
/
crates
/
nu-cli
/
tests
/
main.rs
6 lines
90 B
Rust
Raw
Normal View
History
Unescape
Escape
Add (near) automatic testing for command examples (#1777)
2020-05-18 14:56:01 +02:00
extern
crate
nu_cli
;
Move most of the root package into a subcrate. (#1445) This improves incremental build time when working on what was previously the root package. For example, previously all plugins would be rebuilt with a change to `src/commands/classified/external.rs`, but now only `nu-cli` will have to be rebuilt (and anything that depends on it).
2020-03-04 19:58:20 +01:00
extern
crate
nu_test_support
;
mod
commands
;
mod
format_conversions
;
Reference in New Issue
Copy Permalink