flottbot
flottbot copied to clipboard
Rename args prop to expose_args
name: test
match: command
args:
- var1
to
name: test
match: command
expose_args:
- var1
This is consistent with expose_json_fields. So, any time we expose variable from within rules we would use the expose_ prefix.