gecko-dev/python/mach
2022-01-21 19:35:49 +00:00
..
docs Bug 1750874: Support launching Mach with py instead of python r=glandium 2022-01-21 18:22:58 +00:00
mach Bug 1744884 - Move win_to_msys_path helper function outside of Bootstrapper class to mach/util.py so that it can be used elsewhere. r=firefox-build-system-reviewers,mhentges 2022-01-21 19:35:49 +00:00
bash-completion.sh
metrics.yaml Bug 1741674 - Advise in each metrics.yaml that we have docs for adding metrics r=TravisLong,nalexander 2021-11-22 20:07:38 +00:00
pings.yaml
README.rst
setup.cfg
setup.py Bug 1654103: Standardize on Black for Python code in mozilla-central. 2020-10-26 18:34:53 +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/``.