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