mirror of
https://github.com/nushell/nushell.git
synced 2024-11-21 16:03:19 +01:00
fix docstring of from ndnuon
Co-authored-by: Douglas <32344964+NotTheDr01ds@users.noreply.github.com>
This commit is contained in:
parent
b74370a6c7
commit
0e7e3c02f6
@ -29,7 +29,7 @@ export def "to jsonl" []: any -> string {
|
||||
each { to json --raw } | to text
|
||||
}
|
||||
|
||||
# Convert from NDNUON, i.e. newline-delimited NUON, to structured
|
||||
# Convert from NDNUON (newline-delimited NUON), to structured data
|
||||
export def "from ndnuon" []: [string -> any] {
|
||||
lines | each { from nuon }
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user