forked from extern/nushell
72daf8c64e
* Refactor & fix which Instead of fetching all definitions / aliases, only show the one that is visible. * Fix $nu.scope to show only visible definitions * Add missing tests file; Rename one which test
8 lines
89 B
Rust
8 lines
89 B
Rust
extern crate nu_test_support;
|
|
|
|
mod parsing;
|
|
mod path;
|
|
mod plugins;
|
|
mod scope;
|
|
mod shell;
|