Reference
This section is the exhaustive, verified reference for mado’s surface:
- CLI verbs — every
madosubcommand and its notable flags, verified againstcrates/mado/src/bin/mado.rs. - Environment variables — the
MADO_*(andMADO_TOKEN) variables mado reads, and what each controls. - File formats — the on-disk / on-the-wire format magics
(
MDLP,MDPI,MDSM,MDSP,MDFM,MDOJ,MDWL,MDPW,MDWC) with one-line descriptions and pointers to the owning module.
mado is one binary.
mado <verb>covers both mado-specific verbs (below) and the full jj CLI (mado log,mado describe,mado rebase, …), which behave exactly as in upstream jj. This reference documents only the mado-specific verbs. Runmado <verb> --helpfor the authoritative, always-current flag list.