nushell/crates/nu-protocol/src/engine
Jakub Žádník 40741254f6 Rewrite hiding system
Hiding definitions now should work correctly with repeated use of 'use',
'def' and 'hide' keywords.

The key change is that 'hide foo' will hide all definitions of foo
that were defined/used within the scope (those from other scopes are
still available). This makes the logic simpler and I found it leads to a
simpler mental map: you don't need to remember the order of defined/used
commands withing the scope -- it just hides all.
2021-10-10 13:18:47 +03:00
..
call_info.rs Back to working state 2021-09-03 06:21:37 +12:00
command.rs replace codespan-reporting with miette 3.0 2021-09-20 17:14:20 -07:00
engine_state.rs Rewrite hiding system 2021-10-10 13:18:47 +03:00
evaluation_context.rs Port help and start porting split 2021-10-09 14:02:01 +13:00
mod.rs Add commands 2021-09-03 10:58:15 +12:00