Args These extend the CLI args for tasks.
Anything can be assigned to a task's args. It's just a mutable POJO dictionary.
Downstream tasks will see args that upstream events mutate,
unless invoke_task is called with modified args.
Upstream tasks can use listeners to respond to downstream events and values.
It's a beautiful mutable spaghetti mess. cant get enough
The raw CLI args are handled by mri - https://github.com/lukeed/mri
_
Array<string>help
boolean