akamensky / argparse

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

decrease cyclomatic complexity: argument.go/parse #53

Closed goofinator closed 4 years ago

goofinator commented 4 years ago

parse function is unreadable, and go cycle angry on it. I'll look around later on other functions on this issue, if you don't mind.

akamensky commented 4 years ago

Awesome, thank you for going through this.