1
0
Fork 0
forked from wry/wry

cli: print client tags

This commit is contained in:
Julian Orth 2026-02-27 20:55:45 +01:00
parent 75400e672d
commit 596909cd25
6 changed files with 22 additions and 4 deletions

View file

@ -47,3 +47,7 @@ event comm {
event exe {
exe: str,
}
event tag (since = 25) {
tag: str,
}