gecko-dev/python/mach
2024-11-07 09:06:55 +00:00
..
docs Bug 1917163 - Update rstcheck to 6.2.4, fix resulting errors in documents, r=Standard8 2024-09-06 15:04:10 +00:00
mach Bug 1929112 - [wpt] Remove the wpt fissionregressions command and CI tests. r=jgraham,cpeterson,jmaher 2024-11-07 09:06:55 +00:00
.ruff.toml
bash-completion.sh
metrics.yaml Bug 1894154 - Enable telemetry in CI r=firefox-build-system-reviewers,glandium 2024-07-09 19:57:45 +00:00
pings.yaml Bug 1894155 - Replace mhentges@mozilla.com with ahochheiden@mozilla.com from notification_emails section of pings.yaml and metrics.yaml r=sylvestre 2024-05-01 00:12:25 +00:00
README.rst
setup.cfg
setup.py Bug 1877348 - Remove the try/except wrappers that end up calling distutils.core.setup r=firefox-build-system-reviewers,glandium 2024-02-08 21:07:27 +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/``.