File: cli.rst

package info (click to toggle)
beets 2.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,988 kB
  • sloc: python: 46,429; javascript: 8,018; xml: 334; sh: 261; makefile: 125
file content (8 lines) | stat: -rw-r--r-- 410 bytes parent folder | download
1
2
3
4
5
6
7
8
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.