akamensky / argparse

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

Too many loops and cycling references #2

Closed akamensky closed 4 years ago

akamensky commented 6 years ago

While this code works, it was something made over the weekend, just because I needed good library for this asap.

Might need to re-thinking the code to avoid cycling dependencies in the code as well as reduce number of loops in it.

akamensky commented 4 years ago

Closed in #55