diff options
author | Alexander Foremny <aforemny@posteo.de> | 2023-10-17 10:01:23 +0200 |
---|---|---|
committer | Alexander Foremny <aforemny@posteo.de> | 2023-10-17 10:15:27 +0200 |
commit | da12170e694872fd91f81a27748eed07dc3f75cc (patch) | |
tree | db17e301360b83327ac47881cb81d409bcfef46b /tests/elm.elm | |
parent | bb88dbe078a0f16c0626a2825fd9f4d6bc775875 (diff) |
add filter operators
The following filter expressions are now additionally valid:
```
--filter @tag <=VALUE
--filter @tag <VALUE
--filter @tag >=VALUE
--filter @tag >VALUE
```
Note that negation needs some re-work. Currently, only `--filter !@tag
<VALUE` is valid, and `--filter @tag !<VALUE` is not. The first version
may not behave as you would expect it.
A tracking issue has been created.
Note that without typing tag values, all comparisons perform
lexicographically on `String`s.
Diffstat (limited to 'tests/elm.elm')
0 files changed, 0 insertions, 0 deletions