Files
servo/python/mach
Max von Forell 127463a2c5 Update more deprecated python imports.
Signed-off-by: Max von Forell <max@vonforell.de>
2021-12-26 15:43:40 +01:00
..
2021-12-21 10:57:18 -05:00
2021-12-21 10:57:18 -05:00
2021-12-21 10:57:18 -05:00
2021-12-21 10:57:18 -05: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/``.