mirror of
https://github.com/nushell/nushell.git
synced 2025-05-18 05:34:33 +00:00
With the current code it is possible to attach custom commands from a custom binary, but only for interactive mode. This change makes it possible to also customize the evaluation context for commands and scripts.