Description
Builds command-line interfaces from Python functions and type hints with minimal boilerplate. It helps developers turn scripts into user-friendly CLIs with arguments, options, help text, and validation.
Use it as a library inside CLI applications. Commands should still have clear help, safe defaults, and careful handling for actions that modify files, services, or remote systems.