nushell/crates/nu-cmd-base/src
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
..
formats Create Record type (#10103) 2023-08-25 07:50:29 +12:00
arg_glob.rs Allow filesystem commands to access files with glob metachars in name (#10694) 2023-10-18 13:31:15 -05:00
hook.rs Reuse Closure type in Value::Closure (#10894) 2023-10-30 23:34:23 +01:00
input_handler.rs Move Value to helpers, separate span call (#10121) 2023-09-03 07:27:29 -07:00
lib.rs Allow filesystem commands to access files with glob metachars in name (#10694) 2023-10-18 13:31:15 -05:00
util.rs Fix editor config for reedline and config nu/env (#10535) 2023-09-29 16:36:03 +02:00