wezterm.serde.yaml_encode(value)
{{since('nightly')}}
Encodes the supplied lua
value as yaml
:
> wezterm.serde.yaml_encode({foo = "bar"})
"foo: bar\n"
wezterm.serde.yaml_encode(value)
{{since('nightly')}}
Encodes the supplied lua
value as yaml
:
> wezterm.serde.yaml_encode({foo = "bar"})
"foo: bar\n"