nushell/crates
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
..
nu-cli Allow vars and subexprs in extern args 2021-10-09 10:51:47 +13:00
nu-command Add a couple more tests to for 2021-10-10 05:58:33 +13:00
nu-engine Handle not-in operator 2021-10-09 19:40:47 +02:00
nu-json Add 'from json' 2021-10-01 18:11:49 +13:00
nu-parser Handle not-in operator 2021-10-09 19:40:47 +02:00
nu-path Add 'from json' 2021-10-01 18:11:49 +13:00
nu-protocol Rewrite hiding system 2021-10-10 13:18:47 +03:00
nu-table Add wrap and get and cell_path parsing 2021-10-02 15:59:11 +13:00
nu-term-grid respect lscolors env var; measure width minus ansi 2021-10-08 09:40:20 -05:00