nushell/crates/nu-protocol/src
Jakub Žádník 9a482ce284
Overlay keep (#5629)
* Allow env vars to be kept from removed overlay

* Rename --keep to --keep-custom; Add new test

* Rename some symbols

* (WIP) Start working on --keep for defs and aliases

* Fix decls/aliases not melting properly

* Use id instead of the whole cloned overlay

* Rewrite overlay remove for no reason

Doesn't fix the bug but at least looks better.

* Rename variable

* Fix adding overlay env vars

* Add more tests; Fmt + Clippy
2022-05-25 09:22:17 +12:00
..
ast Overlays (#5375) 2022-05-08 07:39:22 +12:00
engine Overlay keep (#5629) 2022-05-25 09:22:17 +12:00
value use reverse iter on value search (#5553) 2022-05-16 06:29:40 -05:00
cli_error.rs Change miette theme based on ANSI config (#5588) 2022-05-19 13:59:14 -05:00
config.rs Add environment change hook (#5600) 2022-05-21 09:49:42 +12:00
example.rs Start support for commandline args to nu itself (#851) 2022-01-27 01:42:39 +11:00
exportable.rs Add export alias and export extern (#4878) 2022-03-20 07:58:01 +13:00
id.rs Overlays (#5375) 2022-05-08 07:39:22 +12:00
lib.rs Overlays (#5375) 2022-05-08 07:39:22 +12:00
module.rs Overlays (#5375) 2022-05-08 07:39:22 +12:00
pipeline_data.rs refactor all write_alls to ensure flushing (#5567) 2022-05-17 13:28:18 -05:00
shell_error.rs Overlay keep (#5629) 2022-05-25 09:22:17 +12:00
signature.rs Implement histogram command (#5518) 2022-05-13 06:48:47 -05:00
span.rs Remove 'empty' block support reminders, for now. (#5214) 2022-04-30 22:32:30 -05:00
syntax_shape.rs nu-cli: directory syntax shape + completions (#5299) 2022-04-22 15:18:51 -05:00
ty.rs Improve describe to be more accurate (#5116) 2022-04-07 16:34:09 +12:00
variable.rs Add support for var decl spans (#4787) 2022-03-09 04:42:19 -05:00