pub fn repair_cmd(command: RepairSubcommand) -> ExitCodeExpand description
djogi migrations repair <subcommand> entry point.
Routes each subcommand to its glue function. The glue functions own
the runtime / config / pool / lock / report-render lifecycle; this
router only destructures the parsed clap variant.