mirror of
https://github.com/danbulant/nushell
synced 2026-06-13 19:52:41 +00:00
* Hiding logic is simplified and fixed so you can hide and unhide the same def repeatedly. * Separates predeclared ids into its own data structure to protect them from hiding. Otherwise, you could hide the predeclared variable and the actual def would panic. |
||
|---|---|---|
| .. | ||
| call_info.rs | ||
| command.rs | ||
| engine_state.rs | ||
| evaluation_context.rs | ||
| mod.rs | ||