📚 autoflags - Awesome Go Library for Miscellaneous
Go package to automatically define command line flags from struct fields.
🏷️ Miscellaneous
📂 These libraries were placed here because none of the other categories seemed to fit.
⭐ 39 stars
Detailed Description of autoflags
autoflags
Package autoflags provides a convenient way of exposing struct fields as
command line flags. Exposed fields should have flag
tag attached:
flag:"flagName,usage string"
.
For examples see documentation.