2014-01-09 03:29:43 +04:00
|
|
|
====
|
|
|
|
mach
|
|
|
|
====
|
2012-09-26 20:43:54 +04:00
|
|
|
|
2014-01-09 03:29:43 +04:00
|
|
|
Mach (German for *do*) is a generic command dispatcher for the command
|
|
|
|
line.
|
2012-09-26 20:43:54 +04:00
|
|
|
|
2014-01-09 03:29:43 +04:00
|
|
|
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.
|
2012-09-26 20:43:54 +04:00
|
|
|
|
2014-12-07 21:40:19 +03:00
|
|
|
To learn more, read the docs in ``docs/``.
|