Description
Create command-line parsers from a program's help text. It helps developers define usage once and let the parser turn arguments into structured values.
This is a developer library for CLI tools, not a command users run directly. Help text becomes part of parsing behavior, so commands should keep examples, options, and defaults accurate.