mirror of
https://github.com/danbulant/nushell
synced 2026-05-19 12:29:03 +00:00
* 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
7 lines
89 B
Rust
7 lines
89 B
Rust
extern crate nu_test_support;
|
|
|
|
mod parsing;
|
|
mod path;
|
|
mod plugins;
|
|
mod scope;
|
|
mod shell;
|