docopt.go
docopt.go copied to clipboard
Super old release tags
Was reading README.md on github.com and tried using it with dep ensure
, but found out that the "latest" release tag is 0.6.2
(from 2016).
Quick fix for me was to add branch constraint in Gopkg.toml
, but it would be nice having a more up-to-date release tag.
Is this project not being maintained ?
If there's no maintenance here, are there any active forks?
Personally, I've moved to https://github.com/spf13/cobra which is an EXCELLENT cli parser for go.
This tripped me up for a while too, since I was following the README for master
but I'd installed the latest release tag (as I usually do).
It would be super helpful if you could create a new release tag. Thanks!
Any news on this?