nushell/crates/nu-command/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
..
charting add quantile column (#5583) 2022-05-18 20:47:26 -05:00
conversions Make $nothing | into string == "" (#5490) 2022-05-11 12:26:43 +03:00
core_commands Overlay keep (#5629) 2022-05-25 09:22:17 +12:00
database refactor for legibility (#5503) 2022-05-10 12:49:34 -05:00
dataframe Lazy dataframes (#5546) 2022-05-16 08:27:43 +01:00
date fix date format (#5619) 2022-05-23 09:59:34 -07:00
deprecated add keep deprecated commands (#5124) 2022-04-08 10:10:46 +12:00
env Add meta command for the config subcommands (#5616) 2022-05-23 05:31:57 +12:00
experimental Overlays (#5375) 2022-05-08 07:39:22 +12:00
filesystem Fix cp bug (#5462) 2022-05-21 09:49:29 +12:00
filters Make flatten works better and predictable (#5611) 2022-05-22 06:22:38 -05:00
formats Fix to csv and to tsv for simple list, close: #4780 (#5483) 2022-05-09 06:14:42 -05:00
generators implement seq char command to generate single character sequence (#5453) 2022-05-06 10:40:02 -05:00
hash update miette and switch to GenericErrors (#5222) 2022-04-19 00:34:10 +12:00
math Added search terms to math commands (#5224) 2022-04-19 09:33:32 +12:00
network feat: add search terms to network (#5602) 2022-05-20 23:19:17 -04:00
path update miette and switch to GenericErrors (#5222) 2022-04-19 00:34:10 +12:00
platform Move config to be an env var (#5230) 2022-04-19 10:28:01 +12:00
random Another batch of command tests (#4496) 2022-02-16 07:38:02 -05:00
shells update miette and switch to GenericErrors (#5222) 2022-04-19 00:34:10 +12:00
strings Add search term to str substring command. (#5603) 2022-05-21 11:40:37 +03:00
system Don't report error when cwd is not exists. (#5590) 2022-05-20 07:03:03 -05:00
viewers table refactor for readability (#5555) 2022-05-16 10:35:57 -05:00
default_context.rs Add meta command for the config subcommands (#5616) 2022-05-23 05:31:57 +12:00
example_test.rs Move config to be an env var (#5230) 2022-04-19 10:28:01 +12:00
lib.rs Implement histogram command (#5518) 2022-05-13 06:48:47 -05:00