mirror of
https://github.com/mikefarah/yq.git
synced 2024-11-13 22:38:04 +00:00
218 B
218 B
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.