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
parent 884c2d8b6b
commit 2c8605f634
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: