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
Add the ability to turn an argument into an array when its repeatedly passed.
For example --set 1 --set 2 --set 3 would cause argValue 'set' to return (1,2,3) as an array