mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Vendor mach-1.0.0.
This commit is contained in:
parent
8dc59c6985
commit
f4de057784
24 changed files with 2850 additions and 1 deletions
13
python/mach/README.rst
Normal file
13
python/mach/README.rst
Normal file
|
@ -0,0 +1,13 @@
|
|||
====
|
||||
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/``.
|
Loading…
Add table
Add a link
Reference in a new issue