autoflags
Flag generator
A tool that simplifies exposing struct fields as command line flags in Go programs.
Populate go command line app flags from config struct
39 stars
5 watching
5 forks
Language: Go
last commit: over 2 years ago
Linked from 2 awesome lists
command-linego
Related projects:
Repository | Description | Stars |
---|---|---|
anacrolix/tagflag | Tool for declaratively parsing command-line flags in Go using struct tags. | 11 |
thomaspoignant/go-feature-flag | Provides a lightweight and flexible solution for managing feature flags in software applications | 1,481 |
jaffee/commandeer | A tool for automating command line flag setup based on struct fields and tags. | 174 |
fortio/dflag | Dynamic flag variables that can be modified at runtime | 8 |
ajstarks/svgo | A Go library for generating Scalable Vector Graphics (SVG) files | 2,153 |
awalterschulze/goderive | Automates generating implementations of common Go functions from input parameter types. | 1,243 |
azr/generators | Automates the generation of boilerplate code for common Go applications | 5 |
bnagy/cgasm | A tool that generates x86 assembly documentation from command line instructions | 370 |
jimjam-slam/ggflags | Customizes flag visualization in ggplot2 by using round flags and SVG assets | 92 |
posener/cmd | Extends the standard flag package to support subcommands and other features in a minimalistic API | 40 |
aldernero/sketchy | A framework for creating generative art in Go using the ebiten game engine and canvas for drawing. | 49 |
schachmat/ingo | A library that provides persistent storage and management for command-line flags in Go applications. | 38 |
rjeczalik/interfaces | Tools for generating interfaces and structs in Go | 423 |
fsprojects/argu | A library that generates CLI argument/XML configuration parsers and help messages for F# applications | 457 |