flottbot icon indicating copy to clipboard operation
flottbot copied to clipboard

Rename args prop to expose_args

Open JordanSussman opened this issue 7 years ago • 0 comments

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.

JordanSussman avatar Aug 31 '18 20:08 JordanSussman