Vendor mach-1.0.0.

This commit is contained in:
Josh Matthews 2021-12-21 10:57:18 -05:00
parent 8dc59c6985
commit f4de057784
24 changed files with 2850 additions and 1 deletions

13
python/mach/README.rst Normal file
View 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/``.