nushell/crates/nu-cmd-base
Ian Manske 72cb4b6032
Reuse Closure type in Value::Closure (#10894)
# Description
Reuses the existing `Closure` type in `Value::Closure`. This will help
with the span refactoring for `Value`. Additionally, this allows us to
more easily box or unbox the `Closure` case should we chose to do so in
the future.

# User-Facing Changes
Breaking API change for `nu_protocol`.
2023-10-30 23:34:23 +01:00
..
src Reuse Closure type in Value::Closure (#10894) 2023-10-30 23:34:23 +01:00
Cargo.toml Allow filesystem commands to access files with glob metachars in name (#10694) 2023-10-18 13:31:15 -05:00
LICENSE [nu-cmd-base] add missing LICENSE text (#10855) 2023-10-27 15:55:03 -05:00