gecko-dev/python/mach
2023-04-04 11:13:30 +00:00
..
docs Bug 1749473 - fix some typos in doc r=firefox-source-docs-reviewers,sylvestre DONTBUILD 2023-03-01 09:35:11 +00:00
mach Bug 1825554 - Use monotonic clock to report durations in mach. r=firefox-build-system-reviewers,sergesanspaille 2023-04-04 11:13:30 +00:00
.ruff.toml Bug 1811850 - [lint] Replace isort linter with ruff, r=taskgraph-reviewers,linter-reviewers,marco,jcristau 2023-03-20 13:06:27 +00:00
bash-completion.sh
metrics.yaml
pings.yaml
README.rst
setup.cfg
setup.py Bug 1822030 - mach setup - make sure to take the correct README for the description r=sylvestre DONTBUILD 2023-03-14 13:04:09 +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/``.