gecko-dev/python/mach
Henrik Skupin 86812cc161 Bug 1929112 - [wpt] Remove the wpt fissionregressions command and CI tests. r=jgraham,cpeterson,jmaher
Differential Revision: https://phabricator.services.mozilla.com/D228146
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
README.rst
bash-completion.sh
metrics.yaml
pings.yaml
setup.cfg
setup.py

README.rst

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