forked from mirrors/gecko-dev
While this message was sometimes useful to help troubleshoot for end users, it's causing issues parsing `stdout` (since it can't use the mach logging infrastructure due to being too early in the startup). We also can't use `stderr` since some mozharness scripts treat any `stderr` output as a full error. Differential Revision: https://phabricator.services.mozilla.com/D198451 |
||
|---|---|---|
| .. | ||
| docs | ||
| mach | ||
| .ruff.toml | ||
| bash-completion.sh | ||
| metrics.yaml | ||
| pings.yaml | ||
| README.rst | ||
| setup.cfg | ||
| setup.py | ||
==== 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/``.