Files
autoflags/README.md
2023-11-27 14:03:09 +00:00

362 B

autoflags

forked from github.com/artyom/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.