1 2 3 4 5 6
use {clap::Parser, iforgor::Cli}; fn main() -> anyhow::Result<()> { let cli = Cli::parse(); cli.run() }