mirror of
https://github.com/nushell/nushell.git
synced 2025-04-29 15:44:28 +02:00
# Description This changes the names returned by CustomValue::name() of the various custom value structs to just say the name of the thing they represent. For instance "DataFrameCustomValue" is not just "DataFrame". # User-Facing Changes - Places such as or errors where NuDataFrameCustomValue would be seen, now just shows as NuDataFrame. |
||
---|---|---|
.. | ||
custom_value.rs | ||
mod.rs |