bash-argument-parser icon indicating copy to clipboard operation
bash-argument-parser copied to clipboard

Argument arrays

Open moebrowne opened this issue 9 years ago • 0 comments

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

moebrowne avatar Aug 05 '16 22:08 moebrowne