mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 22:25:30 +00:00
4174483eb1
The sgr0 terminal capabity defines the byte sequence needed to reset terminal text to its default state. For reasons documented inline in this commit, we now print this sequence after every line printed by mach's terminal logger. MozReview-Commit-ID: 3RukP0QXtqy --HG-- extra : rebase_source : 5e4b7d001300ec1059b53423b310ac9fdd514c72 |
||
---|---|---|
.. | ||
docs | ||
mach | ||
bash-completion.sh | ||
README.rst | ||
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/``.