1
0
mirror of https://github.com/nushell/nushell.git synced 2025-05-20 01:40:47 +02:00
nushell/tests/hooks
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
..
samples Expand Hooks Functionality () 2022-07-10 13:45:46 +03:00
mod.rs Make Hooks fields non-optional to match the new config defaults () 2024-11-29 21:11:09 +00:00