gecko-dev/python/mach
2023-03-07 08:08:44 +00:00
..
docs
mach Bug 1734402 - Regenerate lockfile with Python 3.7 as the minimum version r=ahal 2023-03-07 08:08:44 +00:00
.isort.cfg
bash-completion.sh
metrics.yaml
pings.yaml
README.rst
setup.cfg
setup.py

====
mach
====

Mach (German for *do*) is a generic command dispatcher for the command
line.

To use mach, you install the mach core (a Python package), create an
executable *driver* script (named whatever you want), and write mach
commands. When the *driver* is executed, mach dispatches to the
requested command handler automatically.

To learn more, read the docs in ``docs/``.