to plist
for formats
Convert Nu values into plist
This command requires a plugin
The to plist
command resides in the formats
plugin. To use this command, you must install and register nu_plugin_formats
. See the Plugins chapter in the book for more information.
Signature
> to plist {flags}
Flags
--binary, -b
: Output plist in binary format
Input/output types:
input | output |
---|---|
any | any |
Examples
Convert a table into a plist file
> { a: 3 } | to plist