Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 283 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 283 Bytes

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.