nushell/tests/main.rs
Jakub Žádník 72daf8c64e
Fix reporting of which and $nu.scope (#4836)
* 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
2022-03-13 21:32:46 +02:00

8 lines
89 B
Rust

extern crate nu_test_support;
mod parsing;
mod path;
mod plugins;
mod scope;
mod shell;