nushell/crates/nu-cli/tests
Ian Manske e3f59910b8
Implement IntoValue for more types (#13744)
# Description

Implements `IntoValue` for `&str` and `DateTime` as well as other
nushell types like `Record` and `Closure`. Also allows `HashMap`s with
keys besides `String` to implement `IntoValue`.
2024-09-01 19:02:12 +02:00
..
commands Fix keybindings list being empty by default (#13456) 2024-07-26 16:03:05 +08:00
completions Implement IntoValue for more types (#13744) 2024-09-01 19:02:12 +02:00
main.rs Fix syntax highlighting for not (#12815) 2024-05-10 07:09:44 +08:00