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
Examples
Convert a table into a plist file
> { a: 3 } | to plist