nushell/crates/nu-protocol/src
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
..
ast Move completions to DeclId (#4801) 2022-03-10 09:49:02 +02:00
engine Fix reporting of which and $nu.scope (#4836) 2022-03-13 21:32:46 +02:00
value Make date values more readable (#4790) 2022-03-09 05:43:04 -05:00
config.rs partial completions (#4704) 2022-03-03 11:13:44 +02:00
example.rs Start support for commandline args to nu itself (#851) 2022-01-27 01:42:39 +11:00
exportable.rs Add environment variable support for modules (#331) 2021-11-16 12:16:06 +13:00
id.rs Hide alias (#4432) 2022-02-12 11:50:37 +02:00
lib.rs Add support for var decl spans (#4787) 2022-03-09 04:42:19 -05:00
overlay.rs Hide alias (#4432) 2022-02-12 11:50:37 +02:00
pipeline_data.rs ensure exit codes in more cases (#4804) 2022-03-10 07:32:46 -05:00
shell_error.rs Do not pass non-string env vars to externals (#4748) 2022-03-12 00:18:39 +02:00
signature.rs Default values (#4770) 2022-03-07 15:08:56 -05:00
span.rs Default values (#4770) 2022-03-07 15:08:56 -05:00
syntax_shape.rs Move completions to DeclId (#4801) 2022-03-10 09:49:02 +02:00
ty.rs Move completions to DeclId (#4801) 2022-03-10 09:49:02 +02:00
variable.rs Add support for var decl spans (#4787) 2022-03-09 04:42:19 -05:00