gecko-dev/python/mach
Mike Hommey 23737c4854 Bug 1736950 - Fix mach show-log after bug 1696251. r=firefox-build-system-reviewers,mhentges
And disable logging on mach clobber like before.

Differential Revision: https://phabricator.services.mozilla.com/D129104
2021-10-22 04:33:04 +00:00
..
docs Bug 1696251: Allow mach commands as stand-alone functions and adapt existing commands. r=mhentges,webdriver-reviewers,perftest-reviewers,sparky,whimboo 2021-09-27 18:12:51 +00:00
mach Bug 1736950 - Fix mach show-log after bug 1696251. r=firefox-build-system-reviewers,mhentges 2021-10-22 04:33:04 +00:00
README.rst
bash-completion.sh
metrics.yaml Bug 1717801 - Determine the number of developer who are currently running vscode. r=firefox-build-system-reviewers,mhentges 2021-08-26 07:24:19 +00:00
pings.yaml
setup.cfg
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/``.