mirror of
https://github.com/nushell/nushell
synced 2024-12-27 21:43:09 +00:00
547c436281
# Description
i was playing with the NDNUON format and using local definitions of
`from ndnuon` and `to ndnuon` but then i thought they could live in the
standard library next to `from ndjson` and `to ndjson` 😋
# User-Facing Changes
users can now add the following to their configs and get NDNUON ready to
go
```nushell
use std formats ["from ndnuon" "to ndnuon"]
```
# Tests + Formatting
i did simply mimic the tests for `from ndjson` and `to ndjson`, i hope
it's fine since the recent big change to the standard library
# After Submitting
---------
Co-authored-by: Douglas <32344964+NotTheDr01ds@users.noreply.github.com>
|
||
---|---|---|
.. | ||
assert | ||
bench | ||
config | ||
core | ||
dirs | ||
dt | ||
formats | ||
help | ||
input | ||
iter | ||
log | ||
math | ||
util | ||
xml | ||
mod.nu |