servo/python/mach
2025-02-06 16:45:34 +00:00
..
mach change terminal wrapper library from blessing to blessed to support running mach test-wpt on windows. (#35327) 2025-02-06 16:45:34 +00:00
mach.egg-info Vendor mach-1.0.0. 2021-12-21 10:57:18 -05:00
PKG-INFO Vendor mach-1.0.0. 2021-12-21 10:57:18 -05:00
README.rst Vendor mach-1.0.0. 2021-12-21 10:57:18 -05:00
setup.cfg Vendor mach-1.0.0. 2021-12-21 10:57:18 -05:00
setup.py change terminal wrapper library from blessing to blessed to support running mach test-wpt on windows. (#35327) 2025-02-06 16:45:34 +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/``.