You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get multiple matches (as expected) but there's no easy programmatic way to see which pattern matched. Would it be possible to include that in the output?
It's not hard to work around (for my use case I can run it multiple times, one rule at a time), so this is more of a minor request.
The text was updated successfully, but these errors were encountered:
Hi! To clarify, is it that, for multiple rules, you would like to see which rule name/pattern matched for a given result? E.g., in the JSON, I might add something like "rule": <name> ?
I'm using a comby template with multiple pattern in a TOML file. When I try to print matches with e.g.
I get multiple matches (as expected) but there's no easy programmatic way to see which pattern matched. Would it be possible to include that in the output?
It's not hard to work around (for my use case I can run it multiple times, one rule at a time), so this is more of a minor request.
The text was updated successfully, but these errors were encountered: