An open API service indexing awesome lists of open source software.

https://github.com/anacrolix/tagflag

declarative flag parsing for Go using struct tags
https://github.com/anacrolix/tagflag

argument-parsing cli go struct

Last synced: 9 months ago
JSON representation

declarative flag parsing for Go using struct tags

Awesome Lists containing this project

README

          

# tagflag

[![GoDoc](https://godoc.org/github.com/anacrolix/tagflag?status.svg)](https://godoc.org/github.com/anacrolix/tagflag)

See the thorough package documentation on [GoDoc](https://godoc.org/github.com/anacrolix/tagflag). I know you want to see this in the README, but just go to the GoDoc.

## Similar projects

* https://github.com/jaffee/commandeer
* https://github.com/octago/sflags