mirror of
https://github.com/nushell/nushell.git
synced 2025-04-10 14:08:40 +02:00
* Add initial nu-test-support port * finish changing binary name * Oops, these aren't Windows-safe tests
6 lines
65 B
Rust
6 lines
65 B
Rust
extern crate nu_test_support;
|
|
|
|
mod path;
|
|
mod plugins;
|
|
mod shell;
|