Skip to content

Commit 2c8605f

Browse files
mikefarahCopilot
andauthored
Update pkg/yqlib/doc/operators/headers/system-operators.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 884c2d8 commit 2c8605f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The `system` operator allows you to run an external command and use its output a
77
## Usage
88

99
```bash
10-
yq --enable-system-operator '.field = system("command"; "arg1")'
10+
yq --null-input --enable-system-operator '.field = system("command"; "arg1")'
1111
```
1212

1313
The operator takes:

0 commit comments

Comments
 (0)