docopt / docopt.go

A command-line arguments parser that will make you smile.
http://docopt.org/
MIT License
1.43k stars 111 forks source link

question: would you be interested in a code review of the Go implementation? #45

Closed campoy closed 6 years ago

campoy commented 7 years ago

Hi there,

I like the concept of documenting CLI tools the same way we do for REST APIs, but I am also a Go expert with opinions on the subject and feel like the API for the library is far from idiomatic.

I could send a bunch of PRs / issues or I could also do a video review (plus a big PR at the end) as I've previously done for my YouTube series justforfunc.

Would you be interested on any of those? Is the API fixed or do you still accept non backwards compatible improvements?

Cheers, Francesc

luistm commented 6 years ago

I would be very interested! :)

campoy commented 6 years ago

Awesome, I added it to my planning docs. I'll let you know when I review it