pub fn run(cli: Cli) -> Result<i32>Expand description
Dispatch a parsed dejavu command to its handler. Returns the process exit
code. Note: the Run path is handled directly in bin/dejavu.rs (it needs
the exit-code guard) and never reaches here.