1 2 3 4 5 6 7
use clap::Parser; use annotui::{cli::Cli, runner}; fn main() -> anyhow::Result<()> { runner::run(&Cli::parse()) }