зеркало из https://github.com/mozilla/gecko-dev.git
5814664326
This new command will make it easier to work with the JSON source of truth for our design tokens. Unfortunately the noisy output when building the tokens is expected. We can fix this issue by upgrading to Style Dictionary v4 when it is available and changing the logging level.[1] [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1889645 Differential Revision: https://phabricator.services.mozilla.com/D206561 |
||
---|---|---|
.. | ||
docs | ||
mach | ||
.ruff.toml | ||
README.rst | ||
bash-completion.sh | ||
metrics.yaml | ||
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/``.