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