1
0
mirror of https://github.com/nushell/nushell.git synced 2025-07-13 12:56:22 +02:00
Files
nushell/crates/nu-command/tests
Ian Manske c950269575 Fix $in value for insert closure ()
# Description
Fixes  where the `$in` value may be null for closures provided to
`insert`.

# User-Facing Changes
The `$in` value will now always be the same as the closure parameter for
`insert`.
2024-03-14 16:43:03 -05:00
..