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

Super old release tags #58

Open atmoz opened 6 years ago

atmoz commented 6 years ago

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.

jonlundy commented 5 years ago

Is this project not being maintained ?

matejkramny commented 5 years ago

If there's no maintenance here, are there any active forks?

ghostsquad commented 5 years ago

Personally, I've moved to https://github.com/spf13/cobra which is an EXCELLENT cli parser for go.

fawkesley commented 5 years ago

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!

fawkesley commented 5 years ago

Any news on this?