bash-argument-parser
bash-argument-parser copied to clipboard
Argument arrays
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