|
|
@ -50,6 +50,7 @@ pub static PBAR: ProgressOutput = ProgressOutput::new(); |
|
|
|
|
|
|
|
|
|
|
|
/// 📦 ✨ pack and publish your wasm!
|
|
|
|
/// 📦 ✨ pack and publish your wasm!
|
|
|
|
#[derive(Debug, Parser)] |
|
|
|
#[derive(Debug, Parser)] |
|
|
|
|
|
|
|
#[command(version)] |
|
|
|
pub struct Cli { |
|
|
|
pub struct Cli { |
|
|
|
/// The subcommand to run.
|
|
|
|
/// The subcommand to run.
|
|
|
|
#[clap(subcommand)] // Note that we mark a field as a subcommand
|
|
|
|
#[clap(subcommand)] // Note that we mark a field as a subcommand
|
|
|
|