mirror of
https://github.com/taigrr/yq
synced 2025-01-18 04:53:17 -08:00
1 line
218 B
Markdown
1 line
218 B
Markdown
The `or` and `and` operators take two parameters and return a boolean result. `not` flips a boolean from true to false, or vice versa. These are most commonly used with the `select` operator to filter particular nodes. |