From 2c8605f63425230d39d1f868a07a01a73ea8dc83 Mon Sep 17 00:00:00 2001 From: Mike Farah Date: Sat, 28 Mar 2026 14:21:28 +1100 Subject: [PATCH] Update pkg/yqlib/doc/operators/headers/system-operators.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- pkg/yqlib/doc/operators/headers/system-operators.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/yqlib/doc/operators/headers/system-operators.md b/pkg/yqlib/doc/operators/headers/system-operators.md index badb4c61..2df8fdaa 100644 --- a/pkg/yqlib/doc/operators/headers/system-operators.md +++ b/pkg/yqlib/doc/operators/headers/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 --null-input --enable-system-operator '.field = system("command"; "arg1")' ``` The operator takes: