1
0
mirror of https://github.com/nushell/nushell.git synced 2025-06-09 11:36:52 +02:00
Ian Manske 6bc695f251
Make Hooks fields non-optional to match the new config defaults ()
# Description
Follow up to . Changes the fields of `Hooks` to `Vec` or `Hashmap`
to match the new config defaults.

# User-Facing Changes
Mostly the same as . `pre_prompt` and `pre_execution` must now be
a list, and `env_change` must be a record.
2024-11-29 21:11:09 +00:00
..