mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 16:42:42 +01:00
9 lines
410 B
ReStructuredText
9 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.
|