Description
Command-line options for Click applications can be described with dataclasses instead of wiring every argument manually. It is useful for developers who want typed, structured configuration for Python CLI tools.
This is a development helper library, not a command-line app by itself. The final behavior depends on the program that uses it and the arguments that developer exposes.