Currently arguments are passed from the weaver to the scripts through a global variable that is always present, laraArgs.
This should be re-implemented as an API that scripts that want to use must import, even if it continues to have global (read-only) state. This implies:
Currently arguments are passed from the weaver to the scripts through a global variable that is always present,
laraArgs
.This should be re-implemented as an API that scripts that want to use must import, even if it continues to have global (read-only) state. This implies: