to toml
for formats> to toml {flags}
input | output |
---|---|
record | string |
Outputs an TOML string representing the contents of this record
> {foo:1bar:'qwe'} |to toml
bar="qwe"
foo=1
Copyright © 2019–2023 The Nushell Project DevelopersLicensed under the MIT License.
https://www.nushell.sh/commands/docs/to_toml.html