1
0
Fork 0
firefox/python/mach
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00
..
docs Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
mach Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
.ruff.toml Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
bash-completion.sh Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
metrics.yaml Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
pings.yaml Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
README.rst Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
setup.cfg Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
setup.py Adding upstream version 140.0. 2025-06-25 09:37:52 +02: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/``.