gecko-dev/python/mach
Marian-Vasile Laza 007a92ab7e Backed out 3 changesets (bug 1776642) for Pip version update causes CI tasks to fail. CLOSED TREE
Backed out changeset 450e42238ace (bug 1776642)
Backed out changeset 40cfebba22ac (bug 1776642)
Backed out changeset c4534787d467 (bug 1776642)
2022-07-21 15:50:20 +03:00
..
docs no bug - Fix a few typo found by the next version of codespell r=marco 2022-07-20 15:26:22 +00:00
mach Backed out 3 changesets (bug 1776642) for Pip version update causes CI tasks to fail. CLOSED TREE 2022-07-21 15:50:20 +03:00
bash-completion.sh
metrics.yaml
pings.yaml
README.rst
setup.cfg
setup.py

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