gecko-dev/python/mach
Cristian Tuns ac412e192f Backed out changeset 9b5ebc2d3b4b (bug 1877347) as requested by Aryx on element. CLOSED TREE 2024-02-09 18:51:43 -05:00
..
docs
mach Backed out changeset 9b5ebc2d3b4b (bug 1877347) as requested by Aryx on element. CLOSED TREE 2024-02-09 18:51:43 -05:00
.ruff.toml
README.rst
bash-completion.sh
metrics.yaml
pings.yaml
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

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