beets/docs/dev/cli.rst
2025-08-10 16:25:05 +01:00

8 lines
410 B
ReStructuredText

Providing a CLI
===============
The ``beets.ui`` module houses interactions with the user via a terminal, the
:doc:`/reference/cli`. The main function is called when the user types beet on
the command line. The CLI functionality is organized into commands, some of
which are built-in and some of which are provided by plugins. The built-in
commands are all implemented in the ``beets.ui.commands`` submodule.