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