gecko-dev/python/mach
2022-11-01 07:48:07 +00:00
..
docs Bug 1752202 - Updated documentation to better inform contributers how to debug Mach. r=ahal 2022-08-17 21:18:08 +00:00
mach Bug 1766497 - Manually copy pyvenv.cfg on Windows to workaround a bug with venv on Python 3.6 r=firefox-build-system-reviewers,glandium 2022-11-01 07:48:07 +00:00
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/``.