mirror of
https://github.com/mikefarah/yq.git
synced 2026-09-02 23:34:48 +08:00
min/max operators (#1992)
* min/max operators * min, max operator headers
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
# Max
|
||||
|
||||
Computes the maximum among an incoming sequence of scalar values.
|
||||
@@ -0,0 +1,3 @@
|
||||
# Min
|
||||
|
||||
Computes the minimum among an incoming sequence of scalar values.
|
||||
Reference in New Issue
Block a user