2
0
Fork 0
mirror of https://github.com/nushell/nushell synced 2025-01-21 17:44:12 +00:00
nushell/tests/main.rs
Jakub Žádník 72daf8c64e
Fix reporting of which and $nu.scope ()
* 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

7 lines
89 B
Rust

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