mirror of
https://github.com/xcat2/confluent.git
synced 2026-01-12 19:12:37 +00:00
Noderange syntax now has: <number : skip first number of nodes matching noderange >number: provide only number of nodes matching noderange These operators are intended to be at the end of a noderange. For example: n1-n8<4>3 That will skip n1-n4 and provide only 3 (n5, n6, n7)