nushell/crates/nu-command/src/env
Ian Manske 55ee476306
Define keywords (#13213)
# Description
Some commands in `nu-cmd-lang` are not classified as keywords even
though they should be.

# User-Facing Changes
In the output of `which`, `scope commands`, and `help commands`, some
commands will now have a `type` of `keyword` instead of `built-in`.
2024-06-25 18:32:54 -07:00
..
config Rewrite run_external.rs (#12921) 2024-05-23 02:05:27 +00:00
export_env.rs Define keywords (#13213) 2024-06-25 18:32:54 -07:00
load_env.rs Shrink the size of Expr (#12610) 2024-04-24 15:46:35 +00:00
mod.rs remove let-env, focus on mutating $env (#9574) 2023-07-01 07:57:51 +12:00
source_env.rs Define keywords (#13213) 2024-06-25 18:32:54 -07:00
with_env.rs Remove list support in with-env (#12939) 2024-05-23 13:53:55 +08:00