From 8539920b0c131b8dc9db846207fb9279e3ad03f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sun, 7 Jun 2026 01:19:51 +0300 Subject: [PATCH] Note TOML output support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ville Skyttä --- usage/toml.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usage/toml.md b/usage/toml.md index dab4abc6..60c4acb5 100644 --- a/usage/toml.md +++ b/usage/toml.md @@ -1,6 +1,6 @@ # TOML -Decode from TOML. Note that `yq` does not yet support outputting in TOML format (and therefore it cannot roundtrip) +Encode and decode to and from TOML. ## Parse: Simple