mirror of
https://github.com/nushell/nushell
synced 2024-12-26 13:03:07 +00:00
6bc695f251
# Description Follow up to #14341. Changes the fields of `Hooks` to `Vec` or `Hashmap` to match the new config defaults. # User-Facing Changes Mostly the same as #14341. `pre_prompt` and `pre_execution` must now be a list, and `env_change` must be a record. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
LICENSE | ||
README.md |
Utilities used by the different nu-command
/nu-cmd-*
crates, should not contain any full Command
implementations.
Internal Nushell crate
This crate implements components of Nushell and is not designed to support plugin authors or other users directly.