forked from extern/nushell
# Description Unify the logic between `nu!` and `nu_with_std!`. The inner code actually does not contain any variadic components. So it can safely be abstracted into a function. Similarly simplify the variadic to an array in `nu_with_plugin!` This also seems to simplify the codegen for tests. Comparing the size of the `/target/debug` folder after running: ```sh cargo clean --profile dev cargo build --workspace --tests ``` With this branch a reduction from `8.9GB` to `8.7GB` # User-Facing Changes None # Tests + Formatting No changes necessary |
||
---|---|---|
.. | ||
playground | ||
commands.rs | ||
fs.rs | ||
lib.rs | ||
locale_override.rs | ||
macros.rs | ||
playground.rs |