You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 21, 2026. It is now read-only.
We should be able to do
--id=1 --id=3 --id=4and have it result in$config['id'] = array(1,3,4)in the task.This is related to #39 as I am splitting that ticket up.