Description
Click command-line tools can gain a terminal interface generated from their existing commands and options. This developer package connects Click applications with Textual so maintainers can offer a navigable TUI without rewriting the command model.
It is used by Python projects and development commands, not as a general-purpose app. The generated interface may execute the underlying CLI actions, so commands that edit files, contact services, or handle credentials keep the same risks as the original tool.