mirror of
https://github.com/nushell/nushell.git
synced 2025-08-25 06:46:15 +02:00
fix docstring of from ndnuon
Co-authored-by: Douglas <32344964+NotTheDr01ds@users.noreply.github.com>
This commit is contained in:
@@ -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 }
|
||||
}
|
||||
|
Reference in New Issue
Block a user