SkillAgentSearch skills...

Flagforge

FlagSet creation and documentation for Go programs

Install / Use

/learn @rqlite/Flagforge
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

flagforge

Circle CI

flagforge allows you to automatically generate Go flag code, as well as the associated Markdown and HTML documentation for those flags, all using a single configuration file. This means you only have to define your command-line options once in a TOML file, and flagforge will do the rest.

Running flagforge

Clone the repo and execute go build. Pass -h to flagforge to learn how to use it.

flagforge -f go|markdown|html <TOML file>

Example usage

rqlite uses flagforge to generate the code and documentation for its extensive set of command-line flags:

Related Skills

View on GitHub
GitHub Stars9
CategoryDevelopment
Updated7mo ago
Forks0

Languages

Go

Security Score

77/100

Audited on Aug 28, 2025

No findings