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
2024-11-17 02:07:58 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
a56abb6502
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 12:56:01 +00: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 18:58:20 +00:00
extern
crate
nu_test_support
;
mod
commands
;
mod
format_conversions
;
Reference in a new issue
Copy permalink