Update pkg/yqlib/doc/operators/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:39 +11:00
committed by GitHub
co-authored by Copilot
parent 2c8605f634
commit 5ea069a5ed
+1 -1
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 --enable-system-operator --null-input '.field = system("command"; "arg1")'
```
The operator takes: