Skip to main content

repair_cmd

Function repair_cmd 

Source
pub fn repair_cmd(command: RepairSubcommand) -> ExitCode
Expand 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.