зеркало из https://github.com/mozilla/gecko-dev.git
4121a5645c
This will give us the ability to execute custom code at command dispatch time. We can use this for global tests before dispatch. --HG-- extra : commitid : 5vfmSqOis4W extra : rebase_source : c285b16007c4b604b164d079a275198c8760e480 |
||
---|---|---|
.. | ||
docs | ||
mach | ||
README.rst | ||
bash-completion.sh | ||
setup.py |
README.rst
==== 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/``.