From 5ea069a5ede7faf012fd71a6672171057e78b829 Mon Sep 17 00:00:00 2001 From: Mike Farah Date: Sat, 28 Mar 2026 14:21:39 +1100 Subject: [PATCH] Update pkg/yqlib/doc/operators/system-operators.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- pkg/yqlib/doc/operators/system-operators.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/yqlib/doc/operators/system-operators.md b/pkg/yqlib/doc/operators/system-operators.md index 0223acaa..765ae940 100644 --- a/pkg/yqlib/doc/operators/system-operators.md +++ b/pkg/yqlib/doc/operators/system-operators.md @@ -7,7 +7,7 @@ The `system` operator allows you to run an external command and use its output a ## Usage ```bash -yq --enable-system-operator '.field = system("command"; "arg1")' +yq --enable-system-operator --null-input '.field = system("command"; "arg1")' ``` The operator takes: