Files
servo/python/mach
Ashwin Naren 370f205032 mach: Remove unused setup/config (#40547)
Removed `setup.py`, `setup.cfg`, `mach.egg-info/`, and `PKG-INFO`. I
don't see these being used anywhere and mach isn't packaged by us. I
checked the firefox source tree and couldn't find them:
45fd8b48b2/python/mach.

Signed-off-by: Ashwin Naren <arihant2math@gmail.com>
2025-11-11 03:24:54 +00:00
..
2021-12-21 10:57:18 -05: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/``.