1 2 3 4 5 6 7
use structopt::StructOpt; use wasi_worker_cli::Cli; fn main() { let opt = Cli::from_args(); opt.exec().expect("command failed"); }