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
The text was updated successfully, but these errors were encountered:
Add the ability to turn an argument into an array when its repeatedly passed.
For example
--set 1 --set 2 --set 3
would causeargValue 'set'
to return(1,2,3)
as an arrayThe text was updated successfully, but these errors were encountered: