1 2 3 4 5 6 7
use geph4client::{dispatch, Opt}; use structopt::StructOpt; fn main() -> anyhow::Result<()> { let opt: Opt = Opt::from_args(); dispatch(opt) }