Awesome Go

autoflags

CategoryMiscellaneous
SubcategoryUncategorized
Stars0

Go package to automatically define command line flags from struct fields

About 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.

Frequently Asked Questions

What is autoflags?

autoflags is a Miscellaneous library for the Go programming language. Go package to automatically define command line flags from struct fields

How do I install autoflags?

Install autoflags with the Go module system using `go get artyom/autoflags`. Check the repository for the current installation instructions.

What category does autoflags belong to?

autoflags is listed under Miscellaneous, specifically Uncategorized.

← Back to Uncategorized