A manifest your CLI is generated from
TL;DR: go-tool-base’s generator doesn’t just scaffold a project once and walk away. It keeps a .gtb/manifest.yaml that describes your CLI’s command tree — names, flags, hierarchy — and regenerate rebuilds the wiring code to match it. Edit the manifest, regenerate, and the boilerplate follows. It turns CLI structure into something...
[Read More]