nushell/crates/nu-command/tests
Ian Manske c950269575
Fix $in value for insert closure (#12209)
# Description
Fixes #12193 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
..
commands Fix $in value for insert closure (#12209) 2024-03-14 16:43:03 -05:00
format_conversions Fix ignored clippy lints (#12160) 2024-03-11 19:46:04 +01:00
main.rs Enforce required, optional, and rest positional arguments start with an uppercase and end with a period. (#11285) 2023-12-15 14:32:37 +08:00