usecrate::cfg::ConfigOptsBuild;useanyhow::Result;usestd::path::PathBuf;usestructopt::StructOpt;/// Build the Rust WASM app and all of its assets.
#[derive(Clone, Debug, StructOpt)]#[structopt(name ="build")]pubstructBuild{#[structopt(flatten)]pubbuild: ConfigOptsBuild,
}