tj / sponsors

Open-source project suggestions powered by my GitHub sponsors
56 stars 5 forks source link

Nicer command-line argument and flag parser for Go #2

Open tj opened 4 years ago

tj commented 4 years ago

I use https://github.com/tj/kingpin at the moment, and while it works fine it has some warts, and tweaking the templates for output is pretty painful so I think the implementation could be nicer. It also doesn't support autocomplete, so it'd be nice to finish a cleaner variant I have started. Pipe help output to a pager etc.