1 2 3 4 5
use anyhow::{Result, bail}; pub fn run(_env1: &str, _env2: &str) -> Result<()> { bail!("diff is not implemented yet") }