nushell/crates/nu-command/src/core_commands
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
..
overlay Overlay keep (#5629) 2022-05-25 09:22:17 +12:00
alias.rs Add parser keyword note to help and $nu.scope (#4978) 2022-03-26 21:22:45 +02:00
debug.rs Move config to be an env var (#5230) 2022-04-19 10:28:01 +12:00
def_env.rs Add parser keyword note to help and $nu.scope (#4978) 2022-03-26 21:22:45 +02:00
def.rs Add parser keyword note to help and $nu.scope (#4978) 2022-03-26 21:22:45 +02:00
describe.rs Handle custom values in describe command (#5248) 2022-04-20 16:59:53 +12:00
do_.rs Add search terms to Command and Signature (#4980) 2022-03-27 22:25:30 +03:00
echo.rs "maybe text codec" version 2 (#871) 2022-01-28 13:32:33 -05:00
error_make.rs Refer to the span of error make if not given (#5599) 2022-05-21 09:48:36 +12:00
export_alias.rs Add parser keyword note to help and $nu.scope (#4978) 2022-03-26 21:22:45 +02:00
export_def_env.rs Add parser keyword note to help and $nu.scope (#4978) 2022-03-26 21:22:45 +02:00
export_def.rs Add parser keyword note to help and $nu.scope (#4978) 2022-03-26 21:22:45 +02:00
export_env.rs Add parser keyword note to help and $nu.scope (#4978) 2022-03-26 21:22:45 +02:00
export_extern.rs Add parser keyword note to help and $nu.scope (#4978) 2022-03-26 21:22:45 +02:00
export.rs Add parser keyword note to help and $nu.scope (#4978) 2022-03-26 21:22:45 +02:00
extern_.rs Add parser keyword note to help and $nu.scope (#4978) 2022-03-26 21:22:45 +02:00
for_.rs Fixed interrupting a for-loop over a list bug #5378 (#5408) 2022-05-02 19:56:37 +12:00
help.rs Clean up tests and unused documentation code (#5273) 2022-04-21 06:13:58 -05:00
hide.rs Overlays (#5375) 2022-05-08 07:39:22 +12:00
history.rs added real index column to history (#4756) 2022-03-06 17:22:18 +00:00
if_.rs Make if else more lazy (#5386) 2022-05-01 09:13:21 +12:00
ignore.rs Fix ignore to run side effects of previous command (#4510) 2022-02-17 12:49:54 -05:00
let_.rs Track call arguments in a single list (#5125) 2022-04-09 14:55:02 +12:00
metadata.rs Track call arguments in a single list (#5125) 2022-04-09 14:55:02 +12:00
mod.rs Overlays (#5375) 2022-05-08 07:39:22 +12:00
module.rs Add parser keyword note to help and $nu.scope (#4978) 2022-03-26 21:22:45 +02:00
register.rs Add parser keyword note to help and $nu.scope (#4978) 2022-03-26 21:22:45 +02:00
source.rs Add parser keyword note to help and $nu.scope (#4978) 2022-03-26 21:22:45 +02:00
tutor.rs feat: add tutor list support, remove tutor engine-q, fix: #4950 (#5511) 2022-05-11 16:16:01 -05:00
use_.rs Overlays (#5375) 2022-05-08 07:39:22 +12:00
version.rs fix typo for version command (#5610) 2022-05-22 16:48:39 +08:00