Update pkg/yqlib/doc/operators/headers/system-operators.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Mike Farah
2026-03-28 14:21:28 +11:00
committed by GitHub
co-authored by Copilot
parent 884c2d8b6b
commit 2c8605f634
@@ -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: