river: change order of colums in list-rules command

This will make it easier to extend the command later for new rules
This commit is contained in:
Leon Henrik Plickat
2023-06-27 02:01:27 +02:00
parent 9b5ea39580
commit a98de941d0
3 changed files with 32 additions and 32 deletions

View File

@ -281,11 +281,11 @@ matches everything while _\*\*_ and the empty string are invalid.
If multiple rules in a list match a given view the most specific
rule will be applied. For example with the following rules
```
action app-id title
ssd foo bar
csd foo *
csd * bar
ssd * baz
app-id title action
foo bar ssd
foo * csd
* bar csd
* baz ssd
```
a view with app-id 'foo' and title 'bar' would get ssd despite matching
two csd rules as the first rule is most specific. Furthermore a view