gecko-dev/python/mach
2022-11-30 04:10:42 +00:00
..
docs Bug 1803225 - [docs] Link to MSYS2 setup guide. r=emilio 2022-11-30 04:10:42 +00:00
mach Bug 1801153 - If "pip check" fails, try purging all first-party ".egg-info" dirs then run "pip check" again r=firefox-build-system-reviewers,glandium 2022-11-24 05:53:12 +00:00
bash-completion.sh
metrics.yaml Bug 1689162 - Update to Glean metrics schema v2. r=Dexter,firefox-build-system-reviewers,nalexander DONTBUILD 2022-02-14 08:57:27 +00:00
pings.yaml Bug 1689162 - Update to Glean metrics schema v2. r=Dexter,firefox-build-system-reviewers,nalexander DONTBUILD 2022-02-14 08:57:27 +00:00
README.rst
setup.cfg
setup.py Bug 1744340 - Swap uses of blessings to blessed r=firefox-build-system-reviewers,glandium 2022-11-09 04:33:18 +00:00

====
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/``.