Closed im-sampm closed 11 months ago
This change adds basic support for passing --vars to Act.
--vars
Act
I chose to model the change on the env implementation rather than event for simplicity, but I feel like vars, env and input could probably be refactored to have a common implementation.
env
event
vars
input
I haven't created test cases for this change.
This change adds basic support for passing
--vars
toAct
.I chose to model the change on the
env
implementation rather thanevent
for simplicity, but I feel likevars
,env
andinput
could probably be refactored to have a common implementation.I haven't created test cases for this change.