/
githubmirror
/
servo
ОбзорДокументацияВойти
/
githubmirror
/
servo
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
servo/
python/mach/
..
mach

mach: Remove references to nonexistent `busted` subcommand (#44934)

3 месяца назад
README.rst

Vendor mach-1.0.0.

5 лет назад
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/``.