odin
A Go library for building self-documenting command-line applications.since 2014
# why I built it
CLIs rot when the help text drifts from the flags. Odin makes the documentation a product of the definition, so it can't lie about what the command actually does.
# stack
# signals