mirror of
https://github.com/nushell/nushell.git
synced 2024-11-07 09:04:18 +01:00
4f822e263f
Fixes nushell/nushell#13689 # Description Respect user-defined `$env.NU_LOG_FORMAT` and `$env.NU_LOG_DATE_FORMAT` Additionally I fixed `nu_with_std!()` macro (it was not working correctly) # User-Facing Changes Users now may set `$env.NU_LOG_FORMAT` and `$env.NU_LOG_DATE_FORMAT` in `env.nu` and it will work even if `use std` is used after that. # Tests + Formatting Added a couple of tests for the new functionality. # After Submitting |
||
---|---|---|
.. | ||
src | ||
tests | ||
Cargo.toml | ||
LICENSE | ||
README.md |
This crate provides utilities for testing of Nushell
Plugin authors should instead refer to nu-plugin-test-support
Internal Nushell crate
This crate implements components of Nushell and is not designed to support plugin authors or other users directly.