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
- Host: GitHub
- URL: https://github.com/anacrolix/tagflag
- Owner: anacrolix
- License: mit
- Created: 2015-10-30T11:16:06.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2023-05-07T01:26:02.000Z (over 2 years ago)
- Last Synced: 2025-04-30T03:09:51.786Z (9 months ago)
- Topics: argument-parsing, cli, go, struct
- Language: Go
- Homepage: https://godoc.org/github.com/anacrolix/tagflag
- Size: 102 KB
- Stars: 11
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tagflag
[](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