Skip to content

IntroductionΒΆ

A command line interface (CLI) is a text-based user interface that processes commands via a terminal. A well written CLI also provides concise informative comments on how to use the program, most notably under the --help flag. Click is a Python package for creating these command line interfaces in a composable way with as little code as necessary.