akamensky / argparse

Argparse for golang. Just because `flag` sucks
MIT License
604 stars 62 forks source link

Add support for repeated flags/options #21

Closed akamensky closed 4 years ago

akamensky commented 6 years ago
  1. Allow to repeat flags or optional arguments to specify more inputs
  2. Support for multiple levels like -vvv
akamensky commented 4 years ago

@goofinator has this issue been resolved here? I have not had a chance to use this myself yet, but since you implemented this I presume you already perhaps used it somewhere?

If it is resolved, please do close this issue.

goofinator commented 4 years ago

I think it's finished. I can't close it (not permitted for me).