akamensky / argparse

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

subparser not implemented #90

Closed CITIZENDOT closed 3 years ago

CITIZENDOT commented 3 years ago

So, I am trying to follow wyag tutorial. I am trying this with golang. So far so good. I found all equivalent go packages. But the parser in the tutorial uses subparser. I think I can do it without it too, But I noticed it's not implemented here.

Thanks for this package.

akamensky commented 3 years ago

Is this a bug report? A feature request? Not clear.

This is a Golang library. It is as stated in description inspired by Pythons argoarse. But it is not a replica of that.