e2e icon indicating copy to clipboard operation
e2e copied to clipboard

BuildArgs should support repeating arguments

Open matej-g opened this issue 3 years ago • 0 comments

It is not uncommon that some programs support repeating arguments to provide multiple values, i.e. in following format: example -p "first argument" -p "second one" -p "third one"

It is currently not possible to use BuildArgs to build arguments in such way, since it depends on using map[string]string, thus not allowing for repeated values.

matej-g avatar Aug 18 '21 15:08 matej-g